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.
> I haven't the first idea on how to go about doing a merge to a > particular branch on an entire source tree from the command line, > unfortunately - this is part of the reason I use Eclipse. In a sandbox containing the entire source tree, set it to view the "destination branch" and update it from the Source Branch: cvs co -r DestBranch SourceTreeRoot cvs -q up -dP -j SourceBranch Hope this helps. Regards, Glen Starrett