[cvsnt] Deleting a Version

Arthur Barrett arthur.barrett at march-hare.com
Mon Jul 31 08:13:26 BST 2006


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.


> #~>: cvs update -r 1.3 -p doc.txt > doc.txt

That is very old syntax and will not create a mergepoint.

Use this instead:

cvs update -j 1.3 -j 1.2 doc.txt

Or you can use the commit id of the last commit:
cvs update -j @commitid -j "<@commitid" doc.txt

Regards,


Arthur






More information about the cvsnt mailing list
Download the latest CVSNT, TortosieCVS, WinCVS etc. for Windows 8 etc.
@CVSNT on Twitter   CVSNT on Facebook