/[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.1 by ttn, Sat Apr 27 05:12:10 2002 UTC revision 1.2 by ttn, Sat Apr 27 05:21:57 2002 UTC
# Line 1  Line 1 
1  #! /bin/sh -x  #! /bin/sh -x
2  # Usage: checkout-hack  # Usage: checkout-hack
3    
4  cores="1-4 1-6 HEAD"  CVSROOT=${CVSROOT-':pserver:anoncvs@subversions.gnu.org:/cvsroot/guile'}
5    export CVSROOT
6    
7    branches="1-4 1-6"
8    
9  cvs co hack  cvs co hack
10  cd hack  cd hack
11  for branch in $cores ; do  for branch in $branches ; do
12      cvs co -d core-$branch -r branch_release-$branch core      cvs co -d core-$branch -r branch_release-$branch core
13  done  done
 ln -sf core-HEAD core  
14    
15  # checkout-hack ends here  # checkout-hack ends here

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

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