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.
Daniel Lapolla wrote: > I need to retrieve this directory in a way that all other files are in > the HEAD revision, and newfile.txt is in the last revision of the branch > "br_cr_12345" with the branch sticky tag. Just: cvs up -f -r br_cr_12345 Will achieve this without any mucking around with obscure merges. Tony