/[Frey]/branches/zimbardo/bin/svk-switch.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /branches/zimbardo/bin/svk-switch.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1172 - (hide annotations)
Sun Jul 5 21:40:16 2009 UTC (14 years, 11 months ago) by dpavlin
File MIME type: application/x-sh
File size: 237 byte(s)
branch for localisation

1 dpavlin 999 #!/bin/sh
2 dpavlin 739
3     branches=//mirror/Strix-Fey/branches
4    
5     echo "# available branches in $branches"
6     svk ls $branches
7    
8     switch=//mirror/Strix-Fey/trunk/
9     if [ ! -z "$1" ] ; then
10     switch=$branches/$1
11     fi
12    
13     svk switch $switch
14    
15     echo "# svk info"
16     svk info

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26