Re: cvs2git initially, then git cvsimport

Michael Haggerty <[email protected]> Tue, 17 Jul 2012 17:24:20 +0200
Newsgroups gmane.comp.version-control.subversion.cvs2svn.user
Message-ID <[email protected]>
On 07/17/2012 05:07 PM, Luc Bourhis wrote:
> my company uses CVS but I would like to use git locally, and I
> therefore need incremental import. Is there any advantage to use
> cvs2git for the initial import and then git cvsimport to keep the
> local repository up-to-date? If so, any tips? Google has failed to
> enlighten me on that issue.

I doubt that it would work.  cvs2git and "git cvsimport" use different 
mechanisms for inferring changesets from the CVS history, and they would 
probably not match up on the boundary.

Please note that "git cvsimport" is not very reliable, and it can 
silently produce incorrect content (even of the HEAD revision).  The 
"ISSUES" section of its manpage lists some of its known bugs.

Michael

-- 
Michael Haggerty
[email protected]
http://softwareswirl.blogspot.com/

------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2991282

To unsubscribe from this discussion, e-mail: [[email protected]].