Paddy T writes:
> 
> One of the developers in our project reported a
> problem.He commited a file after fixing a bug as
> revision number 1.115.Later some one commited another
> revision of the same file(1.116).Now the first
> developer updated his copy from the rep and ran the
> program and noticed the same bug and after examining
> the code noticed his bug-fix patch missing.How did the
> changes disappear?Does CVS overwrite if we don't run
> an update before commit?From what I read in the
> manual, CVS asks us to run update in such a case.So
> why did this happen?Can some one advice on this?

The second developer screwed up.  Most likely, he or she had the file
open in an editor, ran update, and then saved the file from the editor,
wiping out the update.

-Larry Jones

Things are never quite as scary when you've got a best friend. -- Calvin

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to