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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 740 - (show annotations)
Sat Dec 6 15:30:25 2008 UTC (15 years, 4 months ago) by dpavlin
File MIME type: application/x-sh
File size: 240 byte(s)
 r3620@llin (orig r739):  dpavlin | 2008-12-06 16:29:57 +0100
 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