forked from e16/e16
1
0
Fork 0

Avoid trashing ChangeLog when connection is poor.

SVN revision: 9833
This commit is contained in:
Kim Woelders 2004-04-21 21:09:18 +00:00
parent 2c667e1a04
commit 76d7707eec
1 changed files with 1 additions and 4 deletions

View File

@ -50,10 +50,7 @@ if(($ARGV[0] =~ /com/) || ($ARGV[0] =~ /ci/)) {
$ARGV2[0] = "update";
print "Force updating ChangeLog and removing src/timestamp.h\n";
unlink "ChangeLog";
system("cvs update ChangeLog");
unlink "src/timestamp.h";
system("cvs update src/timestamp.h");
system("cvs update -C ChangeLog src/timestamp.h");
print "Updating the files you are committing.\n";
system("cvs @ARGV2 2>&1 |tee errors");