info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Delete a tag from a revision


From: Disco Octopus
Subject: Delete a tag from a revision
Date: Wed, 10 Oct 2007 18:56:01 -0700
User-agent: G2/1.0

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

[Prev in Thread] Current Thread [Next in Thread]