[Expat-checkins] expat make-release.sh,1.6,1.7

Fred L. Drake fdrake at users.sourceforge.net
Fri Jul 23 05:42:25 CEST 2004


Update of /cvsroot/expat/expat
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29214

Modified Files:
	make-release.sh 
Log Message:
when controlling the CVS client from a script, we should always
disable the personal CVS config file to avoid any unpredictable
behavior


Index: make-release.sh
===================================================================
RCS file: /cvsroot/expat/expat/make-release.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- make-release.sh	11 Oct 2003 17:50:22 -0000	1.6
+++ make-release.sh	23 Jul 2004 03:42:23 -0000	1.7
@@ -22,7 +22,7 @@
 fi
 
 echo "Checking out into temporary area: $tmpdir"
-cvs -d "$CVSROOT" export -r "$1" -d $tmpdir expat || exit 1
+cvs -f -d "$CVSROOT" export -r "$1" -d $tmpdir expat || exit 1
 
 echo ""
 echo "----------------------------------------------------------------------"



More information about the Expat-checkins mailing list