Hi,

I would like to know how I can remove a tag from a revision.

Currently, when I do this...

cvs log do_the_great_stuff.java

I get this result...

RCS file: /cvs/repo/MYREPO/java/do_the_great_stuff.java,v
Working file: do_the_great_stuff.java
head: 1.4
branch:
locks: strict
access list:
symbolic names:
        V0309: 1.3
keyword substitution: kv
total revisions: 4;     selected revisions: 4
description:
----------------------------
revision 1.4
date: 2007/10/11 01:32:35;  author: disco;  state: Exp;  lines: +2 -1
Added comment sepeartor
----------------------------
revision 1.3
date: 2007/10/10 23:50:20;  author: disco;  state: Exp;  lines: +78
-57
CR2476: Split holdings between One-Stock and Real-Stock
----------------------------
revision 1.2
date: 2007/10/10 22:07:03;  author: disco;  state: Exp;  lines: +8 -34
Clean up code
----------------------------
revision 1.1
date: 2007/10/09 00:13:30;  author: disco;  state: Exp;
Initial revision 2007-10-09
=============================================================================

I want to remove the V0309 from the revision 1.3

I tried this...
cvs tag -d V0903 do_the_great_stuff.java
... but it didn't work

Is this possible?

Thanks

Reply via email to