author | Frank Lichtenheld <frank@lichtenheld.de> | |
Sun, 27 May 2007 12:33:09 +0000 (14:33 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 29 May 2007 07:27:21 +0000 (00:27 -0700) | ||
commit | b3c81cff02e56a62bd657148da757fdfd8dc6255 | |
tree | 354eb08802d08748c0e1a66fa3c17686b4d0350a | tree | snapshot |
parent | 2e4aef58932cdb345893103d77823a9dd6a146a6 | commit | diff |
t9400: Work around CVS' deficiencies
If we are too fast with our changes, the file in
the working copy might still have the same mtime
as noted in the CVS/Entries. This will cause CVS
to happily report to the server that the file is
unmodified which can lead to data loss (and in
our case test failure).
CVS sucks!
Work around that by sleeping for a second.
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
If we are too fast with our changes, the file in
the working copy might still have the same mtime
as noted in the CVS/Entries. This will cause CVS
to happily report to the server that the file is
unmodified which can lead to data loss (and in
our case test failure).
CVS sucks!
Work around that by sleeping for a second.
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t9400-git-cvsserver-server.sh | diff | blob | history |