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


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to