info-cvs
[Top][All Lists]
Advanced

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

how to checkout partly tagged source?


From: Jens Fassbender
Subject: how to checkout partly tagged source?
Date: Wed, 10 Apr 2002 17:45:11 +0200

Hi, all!

I have the following problem related to tags:

Assume five files (a, B, C, D, E) released with tag REL_1 all with revision number 101:
  A 101     B 101     C 101     D 101     E 101     <- REL_1

I added a tag only to some files of my source code, e.g. to identify files changed within the same development step:
  A 101     B 101     C 101     D 101     E 101     <- REL_1
  A 102     B 102               D 102     E 102
                                D 103     E 103
                                          E 104
            B 103     C 102               E 105     <- TAG_1

Thus my new compileable code consists of the following revisions of the files:
  A 101                         D 101               <- REL_1
            B 103     C 102               E 105     <- TAG_1
 

My problem is to receive this configuration from CVS...

If I checkout the source with "-r REL_1" I get the "old" released configuration.
  A 101     B 101     C 101     D 101     E 101     <- REL_1

If I checkout or update the working directory with "-r TAG_1" I receive
            B 103     C 102               E 105     <- TAG_1
with files A and D missing.

If I checkout or update the working directory with "-f -r TAG_1" I receive
  A 102                         D 103
            B 103     C 102               E 105     <- TAG_1
with unwanted revisions of A and D.
 

My question is:
Is there any possibility to get the "correct" configuration (A 101, B 103, C 102, D 101, E 105) from CVS...???

Regards
Jens

PS: I'm working with CVS 1.10...

-- 
------------------------------------------------------------------------
 __/|__ | Jens Fassbender                | Tel. : +49 (0)531/295-3357
/_/_/_/ | DLR, Institute of Aerodynamics | Fax  : +49 (0)531/295-2320
  |/    |   and Flow Technology          | 
    DLR | Lilienthalplatz 7              | mailto:address@hidden
        | 38108 Braunschweig, Germany    | http://www.dlr.de/EA
------------------------------------------------------------------------
 
reply via email to

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