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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1000 - (show annotations)
Mon Jan 12 17:06:01 2009 UTC (15 years, 3 months ago) by dpavlin
File MIME type: application/x-sh
File size: 237 byte(s)
 r3880@llin (orig r999):  dpavlin | 2009-01-12 18:03:56 +0100
 remove -x so that shell doesn't chat with us so much

1 #!/bin/sh
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