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.
Hello I have a branch on which I've worked for a while, and now wish to see what I've done, before blindly doing update -j on the HEAD branch. I figured out that I can see the list of files I've changed by doing "log -S -R -rbranchname", but that's too little information. What I would really like to do is to checkout the repository as it was when I first branched, and then use my favourite differ to diff that to what I have already on my disk. Something like: nitzans ~/proj/mybranch> cvs checkout -d ~/proj/before_mybranch -r mybranch -<magic option to tell -r I mean "first revision of each file in mybranch"> nitzans ~/proj/mybranch> meld ~/proj/mybranch ~/proj/before_mybranch Any ideas? Thanks, Nitzan