info-cvs
[Top][All Lists]
Advanced

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

Re: branch deletion


From: Larry Jones
Subject: Re: branch deletion
Date: Mon, 22 Mar 2004 09:55:49 -0500 (EST)

Prem Prakash Pathak writes:
> 
>       I want to delete a branch permanantly from my CVS repository. Can
> anyone suggest me the way to do it?

You can delete the branch tag with ``cvs tag -d''.  If you've never
committed any changes to the branch, that removes all traces of it.  If
you have committed changes on the branch, however, they will still
exist.  CVS doesn't provide any easy method of deleting them, you have
to find them and delete them (``cvs admin -o'') by hand.  Permanently
removing things from the repository is anathema to revision control
systems.

-Larry Jones

It's going to be a long year. -- Calvin




reply via email to

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