/[guile]/guile/guile-scripts/checkout-hack
ViewVC logotype

Diff of /guile/guile-scripts/checkout-hack

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by ttn, Sat Apr 27 05:21:57 2002 UTC revision 1.3 by ttn, Sun Apr 28 00:30:40 2002 UTC
# Line 1  Line 1 
1  #! /bin/sh -x  #! /bin/sh -x
2  # Usage: checkout-hack  # Usage: checkout-hack
3    #        checkout-hack -a       # "all" includes branches
4    
5  CVSROOT=${CVSROOT-':pserver:anoncvs@subversions.gnu.org:/cvsroot/guile'}  CVSROOT=${CVSROOT-':pserver:anoncvs@subversions.gnu.org:/cvsroot/guile'}
6  export CVSROOT  export CVSROOT
# Line 7  export CVSROOT Line 8  export CVSROOT
8  branches="1-4 1-6"  branches="1-4 1-6"
9    
10  cvs co hack  cvs co hack
11  cd hack  
12  for branch in $branches ; do  if [ x"$1" = x-a ] ; then
13      cvs co -d core-$branch -r branch_release-$branch core      cd hack
14  done      for branch in $branches ; do
15            cvs co -d core-$branch -r branch_release-$branch core
16        done
17    fi
18    
19  # checkout-hack ends here  # checkout-hack ends here

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26