Actions:
|
2015-08-24 10:22 AEST by Arthur Barrett - On the CVS 1.11 mailing list there is a report that Eclipse writes "restored+" to entries, causing
random conflct notifications during 'cvs update' (i.e.: 'C' lines) using CVS 1.11 red hat client.
> /<filename1.java>/1.8/Thu Apr 9 19:04:33 2015//
> /<filename2.java>/1.2/restored+Tue Aug 11 15:41:44 2015//
> /<filename3.java>/1.2/Thu May 15 16:55:18 2014//
CVSNT could easily be adjusted to 'look' for this 'restored+' string in the entries and strip it out
before trying to interpret it.
See these posts for more info:
http://lists.nongnu.org/archive/html/info-cvs/2015-08/msg00001.html
and:
http://lists.nongnu.org/archive/html/info-cvs/2015-08/msg00007.html
and:
http://lists.nongnu.org/archive/html/info-cvs/2015-08/msg00004.html |