Re: CVS2GIT possible parents of Tags / Branches
James Blackburn <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.user |
|---|---|
| Message-ID | <[email protected]> |
Thanks for the explanation Michael.
I found a small(-ish) sub-directory in the repo which seems to exhibit
this behaviour.
Using cvs2svn[5248].
1. Send us the 'destroyed' copy along with the exact cvs2svn version
that you used,
Attached.
2. the exact command line that you used to start the
conversion, and the options file if you used one.
/home/jamesb/work/workspaces/cdt_workspace/cvs2svn/cvs2git
--write-symbol-info=cvs2git.symbol_info --keywords-off --blobfile
import-blob.dat --dumpfile import-dump.dat --username=cvs2git
--skip-cleanup cvs2svn-parents/ | tee cvs2git.log
mkdir git
cd git
git init
cat ../import-blob.dat ../import-dump.dat | git fast-import
What I see in cvs2git.symbol_info symbol00024 is detected as the
parent of the first few tags, then symbol00264, etc.
0 symbol00000 tag . symbol00024
# 'symbol00000' is a tag in 271 files, a branch in 0 files, a
trivial import in 0 files, a pure import in 0 files, and has commits
in 0 files
# Possible parents:
# symbol00024 : 271
# .trunk. : 231
I would have expected the tag to be on trunk not on the branch.
Cheers,
James
------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2650978
To unsubscribe from this discussion, e-mail: [[email protected]].
cvs2svn-parents.tar.bz2
(application/x-bzip2, 42 KB) - not displayed