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