Best method to overwrite someone's changes?

2005-04-18 Thread Christopher.Fouts
I found this e-mail (below) from Derek a while back. Can I use this method to revert a branch to a certain tag date? IOW, cvs up -r branchA -j tag_yesterday_branchA -j branchA cvs commit Will this revert latest branchA's code to tag_yesterday_branchA's code? -chris No, you will only

RE: Best method to overwrite someone's changes?

2005-04-18 Thread Christopher.Fouts
: Best method to overwrite someone's changes? I found this e-mail (below) from Derek a while back. Can I use this method to revert a branch to a certain tag date? IOW, cvs up -r branchA -j tag_yesterday_branchA -j branchA cvs commit Will this revert latest branchA's code

RE: Best method to overwrite someone's changes?

2005-04-18 Thread Jim.Hyslop
[EMAIL PROTECTED] wrote: Or maybe this... cd to branchA sandbox cvs up -j branchA -j tag_yesterday_branchA cvs commit I found this e-mail (below) from Derek a while back. Can I use this method to revert a branch to a certain tag date? IOW, cvs up -r branchA -j