Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CVS Branch deletion

Status
Not open for further replies.

CVS626

Technical User
Jun 26, 2009
1
GB
All,

I'm trying to delete CVS branch which is no longer required using the below command (cvs rtag -d <tag name> <cvs module name> )

$ cvs login
Logging in to: pserver:XXXXXX@XXXXXX:XXXX/home/cvs/XXXXXXXX
CVS password: *******
$ cvs rtag -d tag_rel module_name

But when I run this command, I receive the following error message and the branch is not removed completely.

cvs rtag: Not removing branch tag `Tag_rel' from `/home/cvs/XXX,v'.
cvs rtag: Not removing branch tag `Tag_rel' from `/home/cvs/YYY,v'.
cvs rtag: Not removing branch tag `Tag_rel' from `/home/cvs/ZZZ,v'.

After the completion of 'cvs rtag -d' command, I'm still able to update the files from tag_rel branch using 'cvs update'.

There is a tag created for this branch.

I am using cvs-1.11.17

Any advice, what can be done to completely abandon the branch?

Is there any other command to remove the branch/tag completely from CVS?

Please provide some pointers to the above issue.

Thanks in advance.

--Prince
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top