Re: Removing a branch

2003-01-31 Thread Eric Siegerman
On Fri, Jan 31, 2003 at 04:43:34PM +0100, Ludvig Borgne wrote: > A simple question - is it possible to remove a branch? > I have tried: > > cvs rtag -b -d branch_name module_name The -b should be -B. -- | | /\ |-_|/ > Eric Siegerman, Toronto, Ont.[EMAIL PROTECTED] | | / A distribu

Removing a branch

2003-01-31 Thread Ludvig Borgne
A simple question - is it possible to remove a branch? I have tried: cvs rtag -d branch_name module_name cvs rtag -b -d branch_name module_name But the branch is not removed. For each file I get the message: cvs rtag: Not removing branch tag `branch_name' from `/shared/cvs/module_name/file_name

Re: Removing a branch

2002-05-02 Thread Eric Siegerman
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 or cvs tag -d > are not sufficient enough. You're right. Those will only remove the branch tags; all the rev

Removing a branch

2002-05-02 Thread Danial Islam
What is the safest/best way to remove a branch full of files from the repository? I was thinking that cvs rtag -d or cvs tag -d are not sufficient enough. Danial. ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/i

Re: removing a branch

2002-02-21 Thread Greg A. Woods
[ 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&#x

Re: removing a branch

2002-02-21 Thread Larry Jones
Arcin Bozkurt - Archie writes: > > a branch has been created by mistake, and I want to remove it to avoid > confusion... As long as nothing has been committed on the branch, it's just a tag. You can delete it with "cvs tag -d". -Larry Jones These things just seem to happen. -- Calvin

removing a branch

2002-02-21 Thread Arcin Bozkurt - Archie
a branch has been created by mistake, and I want to remove it to avoid confusion... Is this possible? ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: Consequences of removing a branch tag

2001-05-09 Thread Shubhabrata Sengupta
wrote: > Shubhabrata Sengupta writes: > > > >I was wondering about the consequences of > removing > > a branch tag with cvs tag -d. What happens to all > the > > revisions on that branch - do they get deleted as > > well. > > No; tag -d only remove

Re: Consequences of removing a branch tag

2001-05-07 Thread Larry Jones
Shubhabrata Sengupta writes: > >I was wondering about the consequences of removing > a branch tag with cvs tag -d. What happens to all the > revisions on that branch - do they get deleted as > well. No; tag -d only removes the tag. -Larry Jones See, it all makes sense. Se

Consequences of removing a branch tag

2001-05-07 Thread Shubhabrata Sengupta
Hi, I was wondering about the consequences of removing a branch tag with cvs tag -d. What happens to all the revisions on that branch - do they get deleted as well. For example I have a file with the following version history 1.2.2.11.2.2.2--1.2.2.3 (Branch_1