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