Guys, Can you help!
I am trying to figure out the best way of doing the following... We implement multiple code changes within a weekly release that is tagged. However say 9 of the 10 code fixes pass UAT but one fails, we want to regress to the previous tag version for the files that failed only. I know that it is possible to revert back to another tag, but this still maens that the current tag would exist in the repository for that file, and future check outs of that tag would result in failure when running the code. We basically want to be able to move the release to live with only the code changes for the 9 code fixes. Would it be better for a developer to individually tag the files that they have changed then have another tag for each release to live? Would this make it easier to pull a deveoplers change? Thanks S. _______________________________________________ info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
