Chris White wrote:
On Friday 28 April 2006 04:14 pm, Ryan Phillips wrote:
I disagree.  By committing something to the current tree it has the
ability to effect a lot of people.  What happens when we need to reverse a
commit?  It isn't that easy with CVS.

cvs admin -or1.1
(delete revision 1.1)

cvs admin -or1.1::1.2
(delete revision 1.1 - 1.2)

If you have to use admin commands to fix a mistake, the system is broken. However in this particular case it is unnecessary, you just need to make use of the merging features.

cvs update -j 1.2 -j 1.1 oldfile

Thanks,
Donnie
--
gentoo-dev@gentoo.org mailing list

Reply via email to