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.
Gerhard Fiedler wrote: >>> Client: Concurrent Versions System (CVSNT) 2.5.02 (Servalan) Build 2064 >> >> too old, there were a number of issues during the 2.5 development cycle. >> Test with a later version (now at 2.5.03.2151) > > Will do, but this was a "stable" version. > >>> Server: Concurrent Versions System (CVSNT) 2.0.34 (client/server) >> >> Way too old! Not even supported advice-wise. Only issues that can be >> repeated with 2.0.58 will be considered > > I would update the server, but at some point after that version, the new > version did simply not work on my system. I got a bit out of sync because > of that, and now I'm afraid of the many things that might break when I > update. > > OTOH, unwanted restoring of obsolete "edit" backups seems to be a client > issue. Updated the client, and issue remains. Unluckily I can't take the server offline for a day and work on it right now. (Last time I tried to update it was offline for a day, I was busy for a day, and in the end I had to go back anyway...) Maybe somebody can try this sequence with a newer server? So that we at least know whether the newer clients don't work with older servers anymore? Only takes a minute... p:\gerhard\test>cvs ver D:\Programs\CVS\CVSNT\cvs.exe ver Client: Concurrent Versions System (CVSNT) 2.5.03 (Scorpio) Build 2151 (client/server) Server: Concurrent Versions System (CVSNT) 2.0.34 (client/server) p:\gerhard\test>cvs status testbin.txt D:\Programs\CVS\CVSNT\cvs.exe status testbin.txt =================================================================== File: testbin.txt Status: Up-to-date Working revision: 1.3 Repository revision: 1.3 /projects/Gerhard/test/testbin.txt,v Expansion option: b Commit Identifier: 7944383b61a0000 Sticky Tag: (none) Sticky Date: (none) Sticky Options: -kb Merge From: (none) p:\gerhard\test>cvs edit -c testbin.txt D:\Programs\CVS\CVSNT\cvs.exe edit -c testbin.txt p:\gerhard\test>echo 444 >>testbin.txt p:\gerhard\test>cvs commit -m "444" testbin.txt D:\Programs\CVS\CVSNT\cvs.exe commit -m "444" testbin.txt Checking in testbin.txt; /projects/Gerhard/test/testbin.txt,v <-- testbin.txt new revision: 1.4; previous revision: 1.3 done p:\gerhard\test>cvs status testbin.txt D:\Programs\CVS\CVSNT\cvs.exe status testbin.txt =================================================================== File: testbin.txt Status: Up-to-date Working revision: 1.4 Repository revision: 1.4 /projects/Gerhard/test/testbin.txt,v Expansion option: b Commit Identifier: a0c438458540000 Sticky Tag: (none) Sticky Date: (none) Sticky Options: -kb Merge From: (none) p:\gerhard\test>cvs unedit testbin.txt D:\Programs\CVS\CVSNT\cvs.exe unedit testbin.txt p:\gerhard\test>cvs status testbin.txt D:\Programs\CVS\CVSNT\cvs.exe status testbin.txt =================================================================== File: testbin.txt Status: Needs Patch Working revision: 1.3 Repository revision: 1.4 /projects/Gerhard/test/testbin.txt,v Expansion option: b Commit Identifier: a0c438458540000 Sticky Tag: (none) Sticky Date: (none) Sticky Options: -kb Merge From: (none) p:\gerhard\test>