Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Torsten Martinsen wrote: > Scenario: > > 1) Create a new file > 2) cvs add file > 3) cvs unedit file > 4) cvs commit > > With 2.0.58d, this works fine. With 2.5.02, the Entries line created > by "cvs add" of the form > > /file/0/dummy timestamp// > > gets turned into > > /file/*/dummy timestamp// > > by "cvs unedit". Any subsequent attempts to commit the file (even > after "cvs remove") fails with "Up-to-date check failed". > Update, OTOH, fails with "file is modified but no longer in the > repository". Two questions: 1) Can anyone comment on the status of this issue? 2) Under which circumstances will CVS/Entries record the revision of a file as "*"? -Torsten