This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Request for help performing CVS branch trick
- From: Phil Edwards <phil at codesourcery dot com>
- To: Nathanael Nerode <neroden at twcny dot rr dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 31 Dec 2003 19:19:28 -0500
- Subject: Re: Request for help performing CVS branch trick
- References: <20031231225726.GA6617@twcny.rr.com>
On Wed, Dec 31, 2003 at 05:57:26PM -0500, Nathanael Nerode wrote:
> I have a branch on which I did some work. I want to abandon that work and
> rebranch from mainline, starting over with a new set of work. But I don't
> want to have to bother to change the branch name. :-)
>
> Is this possible or reasonable? If so, how?
Delete the branch and then rebranch from the same branchpoint, perhaps.
--
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.
- Brian W. Kernighan