info-cvs
[Top][All Lists]
Advanced

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

Re: Removing a branch


From: Eric Siegerman
Subject: Re: Removing a branch
Date: Thu, 2 May 2002 18:18:03 -0400
User-agent: Mutt/1.2.5i

On Thu, May 02, 2002 at 05:59:21PM -0400, Danial Islam wrote:
> What is the safest/best way to remove a branch full of files from the
> repository?
> 
> I was thinking that  cvs rtag -d <branchname> or cvs tag -d <branchname>
> are not sufficient enough.

You're right.  Those will only remove the branch tags; all the
revisions will still be there -- but unlabelled now, so nobody
will know what they signify.

You'll have to go through and "cvs admin -o" all the revisions on
the branch.  But be careful!  You could easily trash trunk
revisions by mistake.  And once trashed, they're trashed for
good; "cvs admin -o" CANNOT be undone.

It's probably better -- certainly safer -- to just leave the
branch alone, and tell everyone to ignore it...

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.        address@hidden
|  |  /
Anyone who swims with the current will reach the big music steamship;
whoever swims against the current will perhaps reach the source.
        - Paul Schneider-Esleben



reply via email to

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