]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 86651 - cvs-update was setting sticky dates which made commiting changes and...
authorjake%bugzilla.org <>
Tue, 27 Aug 2002 11:07:14 +0000 (11:07 +0000)
committerjake%bugzilla.org <>
Tue, 27 Aug 2002 11:07:14 +0000 (11:07 +0000)
r=bbaetz, jouni

contrib/cvs-update.sh

index f74220073daed9a5e12b3ce5929fece1d875c59b..e6dcc6eeb6b27e72943d13f4133a215bb36c5b31 100644 (file)
 # and run the cvs command with the date that you want to back
 # out to. (Probably the second to last entry).
 
+# Because this script lives in contrib, you may want to
+#   ln -s contrib/cvs-update.sh cvs-update
+# from your bugzilla install directory so you can run
+# the script easily from there (./cvs-update)
+
 #DATE=`date +%e/%m/%Y\ %k:%M:%S\ %Z`
 DATE=`date`
-COMMAND="cvs update -d -P -D
-echo $COMMAND \"$DATE\" >> cvs-update.log
-$COMMAND "$DATE"
+COMMAND="cvs -q update -dP
+echo $COMMAND -D \"$DATE\" >> cvs-update.log
+$COMMAND -A
 
 
 # sample log file