[cvsnt] Deleting a Version

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


> #~>: 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