Removing CVS Version Tag
I use RAD 7.0 IDE for the development. During current release, one of the project got tagged by mistake.
Eclipse does not support removing of CVS tag.Below is how I was able to remove a tag from module.
$cvs -d :ssh:<<USERID>>@<<CVS HOST>>:<<CVSROOT>> login
The above will login to the CVS. To remove a tag,
$cvs -d :ssh:<<USERID>>@<<CVS HOST>>:<<CVSROOT>> rtag -d <<TAG TO BE REMOVED>> “<<MODULE NAME>>â€
You should see “cvs rtag: Untagging <>” as above command output. Done.
Technorati Tags: eclipse, cvs, tag, remove, rtag, rad, rational application developer
Add Yours
YOU