textually replacing cvs to svn

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@7843 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
kokalj 2011-06-08 06:38:08 +00:00
parent d3cb1f9834
commit 95e1c9709f
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ fi
#
# create a complete Guib archive out of CVS + plus add the TclTkLib
# create a complete Guib archive out of SVN + plus add the TclTkLib
#
cd ..
if [ -d Guib ]; then
@ -30,7 +30,7 @@ if [ -d Guib ]; then
exit 1
fi
cvs co Guib >& /dev/null
svn co Guib >& /dev/null
cd Guib
guib_root=$(pwd)
version=$(cat VERSION)

View File

@ -108,6 +108,6 @@ mv lib/$GUIB_DIRNAME ../
# ------------------------------------------------------------------------
cd $TOPDIR
tar --exclude=CVS* -zcvf pwgui_vfs-$PWGUI_VERSION.tgz $pwgui_vfs/
tar --exclude=CVS* --exclude=.svn* -zcvf pwgui_vfs-$PWGUI_VERSION.tgz $pwgui_vfs/
exit 0