info-cvs
[Top][All Lists]
Advanced

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

RE: Info-cvs Digest, Vol 5, Issue 54


From: Matthew Herrmann
Subject: RE: Info-cvs Digest, Vol 5, Issue 54
Date: Tue, 29 Apr 2003 10:49:40 +1000

Adam,

Run "cvs up -A" and you will be able to commit.

You don't really want to "delete" the sticky tag (that term is a bit
misleading), so much as to disassociate your working directory from that
precise version (1.2) so you can advance to 1.3 when you commit.

If you got into this problem trying to get an old version of the file, use
"cvs up -r1.2 -p file > file" to avoid it in the future.

HTH,

Matthew Herrmann
--------------------------------------
VB6/SQL/Java/CVS Consultancy
Far Edge Technology
http://www.faredge.com.au/

--------------------------
Date: Mon, 28 Apr 2003 10:50:27 +0100
From: Adam Witney <address@hidden>
To: CVS-II Discussion Mailing List <address@hidden>
Subject: Removing a sticky tag
Message-ID: <address@hidden>
Content-Type: text/plain; charset=US-ASCII
MIME-Version: 1.0
Content-Transfer-Encoding: 7BIT
Precedence: list
Message: 7

Hi,

I cannot commit some files at the moment, when trying I get this

[test:] adam% cvs commit -m "updating" index.php
cvs server: sticky tag `1.2' for file `index.php' is not a branch
cvs [server aborted]: correct above errors first!

If I do a cvs status, I get

[test:] adam% cvs status -v index.php
===================================================================
File: index.php         Status: Locally Modified

   Working revision:    1.2
   Repository revision: 1.2
/usr/local/cvsroot/bugs/bugasbase/index.php,v
   Sticky Tag:          1.2
   Sticky Date:         (none)
   Sticky Options:      (none)

   Existing Tags:
        No Tags Exist


But I am not sure how to fix it.... If I try and delete the 1.2 sticky tag
it says that a tag must begin with a letter.

Any ideas how to fix this problem?

Thanks for any help

Adam





reply via email to

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