Date: Mon, 8 Jul 2002 03:05:28 -0700 (PDT) From: Bill Fenner <fenner@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs/src client.c Message-ID: <200207081005.g68A5ShU065183@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
fenner 2002/07/08 03:05:28 PDT Modified files: contrib/cvs/src client.c Log: 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 Revision Changes Path 1.7 +3 -2 src/contrib/cvs/src/client.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207081005.g68A5ShU065183>