]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Always upload new files, even if the timestamps match. This is a workaround
authorBill Fenner <fenner@FreeBSD.org>
Mon, 8 Jul 2002 10:05:26 +0000 (10:05 +0000)
committerBill Fenner <fenner@FreeBSD.org>
Mon, 8 Jul 2002 10:05:26 +0000 (10:05 +0000)
commit0ef587351ee77ba40172b6821599d38cebb31fb4
tree5ffa5e7a479f11313cd6b73d312d2b2de7cdbaa0
parenta20ae49f93abb97b475d9aecc07e0b46353639a4
Always upload new files, even if the timestamps match.  This is a workaround
for the trouble that DES and I had with MFCs: when "cvs update -jfoo -jbar"
creates a new file, it sets the version to 0 ("new") but sets the timestamp
in the Entries file to the timestamp of the file that's new on the branch.
The CVS client doesn't upload files whose timestamps match with the Entries
file, so these new files don't get uploaded to the server and the server
fails when trying to check them in.

PR: bin/40227
Approved by: peter
MFC after: 2 weeks
contrib/cvs/src/client.c