/[Frey]/trunk/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 /trunk/bin/svk-switch.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 999 - (hide annotations)
Mon Jan 12 17:03:56 2009 UTC (15 years, 3 months ago) by dpavlin
File MIME type: application/x-sh
File size: 237 byte(s)
remove -x so that shell doesn't chat with us so much
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