From 95e1c9709f3c03834b35cc13f98189ea54607e8e Mon Sep 17 00:00:00 2001 From: kokalj Date: Wed, 8 Jun 2011 06:38:08 +0000 Subject: [PATCH] textually replacing cvs to svn git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@7843 c92efa57-630b-4861-b058-cf58834340f0 --- GUI/PWgui/sys_utils/make.guib | 4 ++-- GUI/PWgui/sys_utils/starkit.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GUI/PWgui/sys_utils/make.guib b/GUI/PWgui/sys_utils/make.guib index b5131fa8e..2e7b2c6b7 100755 --- a/GUI/PWgui/sys_utils/make.guib +++ b/GUI/PWgui/sys_utils/make.guib @@ -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) diff --git a/GUI/PWgui/sys_utils/starkit.sh b/GUI/PWgui/sys_utils/starkit.sh index 255a0d3db..3a384bc0e 100755 --- a/GUI/PWgui/sys_utils/starkit.sh +++ b/GUI/PWgui/sys_utils/starkit.sh @@ -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 \ No newline at end of file