Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Deleting a Branch Tag

0 views
Skip to first unread message

Jake Colman

unread,
Nov 16, 2001, 8:39:37 AM11/16/01
to info...@gnu.org

We created a branch of of the main trunk (HEAD) but would like to recreated
it again off of a later version of the trunk. Is there a way to delete the
branch and recreate it or must we create a new branch with a new somewhat
different name?

--
Jake Colman

Principia Partners LLC Phone: (201) 946-0300
Harborside Financial Center Fax: (201) 946-0320
902 Plaza Two E-mail: col...@ppllc.com
Jersey City, NJ 07311 www.principiapartners.com

_______________________________________________
Info-cvs mailing list
Info...@gnu.org
http://mail.gnu.org/mailman/listinfo/info-cvs

Andy Baker

unread,
Nov 16, 2001, 3:10:46 PM11/16/01
to Jake Colman, info...@gnu.org
Do you really want to delete the old branch? Might there not be revisions on
it you want to keep?

In the cause of safety it may be better to rename the old branch, then
create the new one using a variation on the following

$ cvs admin -nRENAMED-BRANCH:BRANCH file
$ cvs tag -b BRANCH file

Andy

--
Jake Colman

NOTICE AND DISCLAIMER:
This email (including attachments) is confidential. If you have received
this email in error please notify the sender immediately and delete this
email from your system without copying or disseminating it or placing any
reliance upon its contents. We cannot accept liability for any breaches of
confidence arising through use of email. Any opinions expressed in this
email (including attachments) are those of the author and do not necessarily
reflect our opinions. We will not accept responsibility for any commitments
made by our employees outside the scope of our business. We do not warrant
the accuracy or completeness of such information.

Kaz Kylheku

unread,
Nov 16, 2001, 11:31:47 PM11/16/01
to info...@gnu.org
In article <mailman.10059174...@gnu.org>, Jake Colman wrote:
>
>We created a branch of of the main trunk (HEAD) but would like to recreated
>it again off of a later version of the trunk. Is there a way to delete the
>branch and recreate it or must we create a new branch with a new somewhat
>different name?

If nothing has been comitted to the branch, then you can just delete
the tag. But if something has been committed, you probably want to keep
the tag, because it's your only way to get at the branch.

Jake Colman

unread,
Nov 19, 2001, 12:11:27 PM11/19/01
to info...@gnu.org, k...@ashi.footprints.net

Kaz,

Nothing has been committed to the branch as of yet. Do we delete the branch
tag in the same way you delete any other tag? Or are branch tags special in
some way and require a special 'admin' command?

...Jake


>>>>> "KK" == Kaz Kylheku <k...@ashi.footprints.net> writes:

KK> If nothing has been comitted to the branch, then you can just delete
KK> the tag. But if something has been committed, you probably want to
KK> keep the tag, because it's your only way to get at the branch.

--
Jake Colman

Principia Partners LLC Phone: (201) 946-0300
Harborside Financial Center Fax: (201) 946-0320
902 Plaza Two E-mail: col...@ppllc.com
Jersey City, NJ 07311 www.principiapartners.com

_______________________________________________

0 new messages