Re: Mercurial to git converter.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Shawn O. Pearce
Date: Sunday, June 15, 2008 - 7:24 pm

Jakub Narebski <jnareb@gmail.com> wrote:

The recent --export-marks/import-marks work you speak of was adding
these options to git-fast-export, making it easier to perform an
incremental _export_ from Git to another SCM.  I believe Dscho
is speaking about an Hg->Git conversion, which would rely on
git-fast-import's previously existing --export-marks/import-marks
feature.
 

Turns out the little format we knocked together for this is able
to represent most conversions for SCMs.  I'm just happy users are
easily able to convert into Git.


Your history is correct.  The current version of cvs2svn also
supports cvs2git, and may also support cvs2bzr by using the
git-fast-import backend and bzr-fast-import as the parser.

-- 
Shawn.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Mercurial to git converter., Nick Andrew, (Sat Jun 14, 3:23 am)
Re: Mercurial to git converter., Johannes Schindelin, (Sat Jun 14, 8:53 am)
Re: Mercurial to git converter., Jakub Narebski, (Sat Jun 14, 9:48 am)
Re: Mercurial to git converter., Shawn O. Pearce, (Sun Jun 15, 7:24 pm)
Re: Mercurial to git converter., Nick Andrew, (Mon Jun 16, 1:21 am)
Re: Mercurial to git converter., Mike Hommey, (Mon Jun 16, 1:26 am)
Re: Mercurial to git converter., Johannes Schindelin, (Tue Jun 17, 2:12 am)