[Zope-CVS] tag problems
    Rodrigo Canellas 
    rcanellas@imago.com.br
       
    Wed Dec  3 03:43:14 EST 2003
    
    
  
hi!
I am starting to use CVS and I am having some difficuties.
Suppose this directory tree:
      base/
         basefile.txt
         A/
            fileA.txt
Suppose 'basefile.txt' is i revision 1.2. Suppose 'fileA.txt' is in revision 
1.3.
When I do:
  base $> cvs tag TAG-1 .
I get a message like this:cvs tag: Tagging src
  W A/fileA.txt : TAG-1 already exists on version 1.1.1.1 : NOT MOVING tag to 
  version 1.4
And when I do:
   base $> cvs status -v A/fileA.txt
I get:
   File: fileA.txt             Status: Up-to-date
   Working revision:    1.4     Wed Dec  3 03:02:07 2003
   Repository revision: 1.4    base/A/fileA.txt,v
   Sticky Tag:          (none)
   Sticky Date:         (none)
   Sticky Options:      (none)
   Existing Tags:
        TAG-1                          (revision: 1.1.1.1)
        importing                        (revision: 1.1.1.1)
        my_programs                  (branch: 1.1.1)
But the base/basefile.txt is ok:
   File: basefile.txt       Status: Up-to-date
   Working revision:    1.3     Wed Dec  3 03:00:11 2003
   Repository revision: 1.3    base/basefile.txt,v
   Sticky Tag:          (none)
   Sticky Date:         (none)
   Sticky Options:      (none)
   Existing Tags:
        TAG-1                            (revision: 1.5)
        importing                        (revision: 1.1.1.1)
        my_programs                  (branch: 1.1.1)
   Does abyone see what I am doing wrong?
Thanks a lot!!, 
     Rodrigo Canellas
    
    
More information about the Zope-CVS
mailing list