From 324c6f583df218247a349855aeaf427b559bb0bb Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 22 Dec 2006 16:43:30 +0000 Subject: [PATCH] Use svn instead of cvs --- tools/release.sh | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/tools/release.sh b/tools/release.sh index 7c4706f2f..90b31a718 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -95,7 +95,7 @@ BS=4096 HDEMU=0 COPY=0 -CVSTAG=HEAD +SVNREV="" PACKAGES=1 while getopts "pchu?r:" c @@ -111,14 +111,14 @@ do HDEMU=1 ;; c) - echo " * Copying, not CVS" + echo " * Copying, not SVN" COPY=1 ;; p) PACKAGES=0 ;; r) - CVSTAG=$OPTARG + SVNREV=-r$OPTARG ;; u) echo " * Making live USB-stick image" @@ -147,9 +147,7 @@ ROOTBLOCKS="`expr $ROOTKB \* 1024 / $BS`" if [ "$COPY" -ne 1 ] then - echo "Note: this script wants to do cvs operations, so it's necessary" - echo "to have \$CVSROOT set and cvs login done." - echo "" + echo "Note: this script wants to do svn operations." fi TD1=.td1 @@ -285,8 +283,8 @@ chmod -R u+w $RELEASEDIR/usr/lib if [ "$COPY" -ne 1 ] then - echo " * Doing new cvs export" - ( cd $RELEASEDIR/usr && mkdir src && cvs export -r$CVSTAG src ) + echo " * Doing new svn export" + ( cd $RELEASEDIR/usr && svn export $SVNREV https://gforge.cs.vu.nl/svn/minix/trunk/src ) else ( cd .. && make depend && make clean ) srcdir=/usr/src -- 2.44.0