Connecting Tech Pros Worldwide Forums | Help | Site Map

Delete/cleanup tags in CVS (Concurrent Versioning System)

WinTester's Avatar
Newbie
 
Join Date: Jul 2007
Posts: 1
#1: Jul 12 '07
Hi,

I'm a CVS admin and there are a huge number of unwanted/old tags present in the repository that I would like to delete.

Will the below command help:

cvs rtag -d <tag-name> <repository-name>

My concern is: would any code would be lost in the process?

TIA

Reply