NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/42961: cvs near-silently throws away local mods
The following reply was made to PR bin/42961; it has been noted by GNATS.
From: christos%zoulas.com@localhost (Christos Zoulas)
To: gnats-bugs%NetBSD.org@localhost, gnats-admin%netbsd.org@localhost,
netbsd-bugs%netbsd.org@localhost
Cc:
Subject: Re: bin/42961: cvs near-silently throws away local mods
Date: Tue, 16 Mar 2010 17:36:44 -0400
On Mar 11, 7:15pm, dholland%eecs.harvard.edu@localhost
(dholland%eecs.harvard.edu@localhost) wrote:
-- Subject: bin/42961: cvs near-silently throws away local mods
| Worse, in a large update most likely the message would go by without
| anyone noticing it; I tend to grep update logs for '^[CM]' and some
| people just do find . -name '*.rej' to see if anything failed.
The original file is kept in .#<filename>:<revision>. CVS does this
(I think) when it determines that the file does not match the original
at all. I think it is a bug that it does not say what it did, and perhaps
it should exit with a non-zero code... Anyway, your changes are not lost :-)
christos
Home |
Main Index |
Thread Index |
Old Index