Re: bypassing certain cvs commits
- From: Julian Elischer <julian@xxxxxxxxxxxx>
- Date: Tue, 27 Nov 2007 10:05:07 -0800
Scott Long wrote:
Aryeh M. Friedman wrote:-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Eygene Ryabinkin wrote:Tue, Nov 27, 2007 at 09:25:05AM -0500, Aryeh M. Friedman wrote:I am using a local repoAs per my detailed comments to JasonGrab the diff and revert if by hand after CVSup? May require some
http://lists.freebsd.org/pipermail/cvs-src/2007-November/084307.html
is broken but I want to update everything else how do I by pass the
ref'ed commit?
manual merging, but it will require merge in any case if later
commits go to the top of the changes you want to revert.
Then use CVS to check out the exact rev of those files that you want. That'll make the rev be sticky in your tree, so it won't change the next time you update. Note that I would consider it rather rude and condescending to instruct a senior developer like Jason on how to do backouts instead of giving him help in identifying and maybe fixing the
problems.
and to check out the head MINUS a change use cvs update -j
e.g. to remove the change that was used to make 1.4 but leave the changes that
went into 1.5 and later you can do
cvs up -A x.c # check out the latest.
cvs up -j1.4 -j1.3 x.c #back out the change that differentiated 1.4 from 1.3
Scott
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"
- References:
- bypassing certain cvs commits
- From: Aryeh M. Friedman
- Re: bypassing certain cvs commits
- From: Eygene Ryabinkin
- Re: bypassing certain cvs commits
- From: Aryeh M. Friedman
- Re: bypassing certain cvs commits
- From: Scott Long
- bypassing certain cvs commits
- Prev by Date: Re: em0 panic: mutex em0 not owned
- Next by Date: Re: em0 panic: mutex em0 not owned
- Previous by thread: Re: bypassing certain cvs commits
- Next by thread: Re: bypassing certain cvs commits
- Index(es):
Relevant Pages
|
|