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.
Ok, maybe I'm really really stupid here, but why does this: cvs update -j "b211:5 minutes ago" -j b211 work when I am in my HEAD sandbox, and this: cvs update -j "HEAD:5 minutes ago" -j HEAD NOT work when I am in my b211 sandbox? The application for this is that we make changes in head, and then wish to push them back to our release branch. The -j merge would make this really easy - update, commit, go to other sandbox, merge, commit - but when I am using HEAD this doesn't work. See, these are multi-file updates; i could manually do each file based on the revision number, but that takes a long time and is a pain. And no, I don't really feel like tagging each commit... that makes my history commands take a bloody long time. Suggestions?