info-cvs
[Top][All Lists]
Advanced

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

Re: sticky tag problem


From: Andrew Goktepe
Subject: Re: sticky tag problem
Date: Thu, 3 Nov 2005 08:45:05 -0600

If you added the new file on Branch_1_2 then it does not exist on the trunk (HEAD). When you do a cvs update, you are updating your local checkout with the latest from the repository. If you want the file to also be on the trunk, you have to do a separate add and commit there. After that you should be able to update from HEAD and get that file.
 
-Andrew
 
On 11/3/05, Martín Marqués <address@hidden> wrote:
I having trouble, maybe understanding, with sticky tags.

This is what I did:

We have a development with the main branch (HEAD) and a 1.2 branch which we
are about to close development on, and build a new 1.3 branch from HEAD. The
problem is that I added a new file in the 1.2 branch and updated it to the
HEAD with:

$ cvs up -r Branch_1_2 newfile

The problem is that it gets a sticky tag of Branch_1_2 and I can't get rid of
it. If I use -A in the update it eliminates the file, which is not what I
want.

Any ideas?

--
10:11:17 up 30 days,  1:07,  5 users,  load average: 1.10, 1.20, 1.05
---------------------------------------------------------
Lic. Martín Marqués         |   SELECT 'mmarques' ||
Centro de Telemática        |       '@' || 'unl.edu.ar ';
Universidad Nacional        |   DBA, Programador,
   del Litoral             |   Administrador
---------------------------------------------------------


_______________________________________________
Info-cvs mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/info-cvs


reply via email to

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