Re: -- How to delete a Branch ???

2004-11-26 Thread Larry Jones
Spiro Trikaliotis writes: Just a thought that came up just now: Could anyone use cvs admin -o to delete the branches revisions, and delete the branches afterwards? For example: cvs admin -o BRANCHTAG:: Unfortunately, -o takes revsion tags. When you give it BRANCHTAG, that means the

-- How to delete a Branch ???

2004-11-25 Thread Alex Carlos
Hello, I´m new on CVS, and I have to clean up our server. People starter a lot of test branches, to test the software, and now I want do delete then. But I already read on documentation that this operations is not suported,but possible to be made from tag and rtag commands... Does

Re: -- How to delete a Branch ???

2004-11-25 Thread Max Bowsher
Alex Carlos wrote: Hello, Im new on CVS, and I have to clean up our server. People starter a lot of test branches, to test the software, and now I want do delete then. But I already read on documentation that this operations is not suported,but possible to be made from tag and rtag commands...

Re: -- How to delete a Branch ???

2004-11-25 Thread Spiro Trikaliotis
Hello, * On Thu, Nov 25, 2004 at 06:52:01PM - Max Bowsher wrote: You can force delete the branch tag *BUT DON'T DO THAT*. If you do, any revisions on the branch still persist, but only accessible by revision numbers - and there is no way to refer to the branch as a whole across all

Fwd: how to delete a branch

2004-10-01 Thread Otavio Pereira
Ops, sorry, replied to the wrong person... here it goes.. please see the answer below. Otavio -- Forwarded message -- From: Frederic Brehm [EMAIL PROTECTED] Date: Thu, 30 Sep 2004 13:16:38 -0400 Subject: Re: how to delete a branch To: Otavio Pereira [EMAIL PROTECTED] Otavio

how to delete a branch

2004-09-30 Thread Bill
I created some branch for exercising. Now I have trouble to delete them. I tried : cvs rtag d B testbr moduleName and cvs admin o testbr but when I check the status of one of the file. The tags are still there. Do I have to setup something before running these commands? By the way, in

Re: how to delete a branch

2004-09-30 Thread Frederic Brehm
At 11:29 AM 9/30/2004, Bill wrote: I created some branch for exercising. Now I have trouble to delete them. Is the presence of the branch interfering with something? Why not just let it be? Fred ___ Frederic W. Brehm, Sarnoff

How to delete a branch

2003-09-10 Thread Roman Rytov
How to delete a branch? RomanR ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: How to delete a branch

2003-09-10 Thread Mark D. Baushke
Roman Rytov [EMAIL PROTECTED] writes: How to delete a branch? Read: http://www.cvshome.org/docs/manual/cvs-1.11.6/cvs_4.html#IDX125 See also the recent thread on this topic: http://mail.gnu.org/archive/html/info-cvs/2003-07/msg00023.html Enjoy! -- Mark

Re: How to delete a branch

2003-09-10 Thread Larry Jones
Roman Rytov writes: How to delete a branch? As long as you haven't checked any revisions in on the branch, you can just delete the branch tag (with tag -Bd). If you do have revisions on the branch, I'm afraid there isn't any easy way to get rid of them -- you just have to outdate the specific