cvsimport/cvsps: not all tags imported

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

 



Hi, if there're two tags on exactly the same revisions of files in CVS,
git-cvsimport only imports one of these tags.  Not sure whether
cvsimport or cvsps is at fault, I use cvsps from
 http://ydirson.free.fr/soft/git/cvsps.git

Here's how to reproduce:

$ cvs -d /tmp/cvs init
$ mkdir repo && cd repo
$ cvs -d /tmp/cvs import -m initial repo vendor-tag release-tag

No conflicts created by this import

$ cd .. && rmdir repo
$ cvs -d /tmp/cvs co repo
cvs checkout: Updating repo
$ cd repo
$ echo foo >a
$ cvs add a
cvs add: scheduling file `a' for addition
cvs add: use `cvs commit' to add this file permanently
$ cvs ci -m a
cvs commit: Examining .
/tmp/cvs/repo/a,v  <--  a
initial revision: 1.1
$ cvs tag TAG0
cvs tag: Tagging .
T a
$ cvs tag TAG1
cvs tag: Tagging .
T a
$ git-cvsimport -C git
Committing initial tree 3203b318694e60d6edc9eb73937365384797625f
$ ls -1 git/.git/refs/tags/
TAG1
$ 

Thanks, Gerrit.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]