/[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

Contents of /trunk/bin/svk-switch.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 739 - (show annotations)
Sat Dec 6 15:29:56 2008 UTC (15 years, 4 months ago) by dpavlin
File MIME type: application/x-sh
File size: 240 byte(s)
shell helper to switch branches
1 #!/bin/sh -x
2
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