info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: removing a branch


From: Greg A. Woods
Subject: Re: removing a branch
Date: Thu, 21 Feb 2002 13:31:01 -0500 (EST)

[ On , February 21, 2002 at 09:53:32 (-0500), Arcin Bozkurt - Archie wrote: ]
> Subject: removing a branch
>
> 
> a branch has been created by mistake, and I want to remove it to avoid
> confusion...
> 
> Is this possible?

It's really really easy so long as nobody's committed any revisions to
the branch yet.  Until that happens a branch is just a magic tag on
every file in the module.

So to remove it you just delete the branch tag (and probably the branch
baseline tag that you should have created first).

        cvs rtag -d BRANCH-BASE BRANCH MODULE-NAME

-- 
                                                                Greg A. Woods

+1 416 218-0098;  <address@hidden>;  <address@hidden>;  <address@hidden>
Planix, Inc. <address@hidden>; VE3TCP; Secrets of the Weird <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]