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 get conflicts if you update from within the branch. Fabi's >approach will work, except you should probably add a step to delete all >working files in B before copying files from A. I'm telling you: cvs up -rbranchA -jbranchA -jbranchB cvs commit No conflicts. No manual adding/removing. It just works. Derek _______________________________________________ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs