On Mon, Nov 8, 2010 at 2:04 AM, Gour <g...@atmarama.net> wrote:

>
> Considering that all the major DVCS players {bzr,hg,git} as well as
> some like {darcs,monotone} have some kind of tools available to
> convert repo, at least, from X to git, I am also curious how one could
> export history from Fossil?
>
> It's nice to have git-import converter, but at the same time I believe
> that having some kind of git-export tool would allow more users to try
> going into the Fossil land.
>

There is a file-format defined for importing and exporting with git.  See

     http://www.kernel.org/pub/software/scm/git/docs/git-fast-import.html

for details.  It appears that if we simply added two commands to Fossil that
would read and write this format, we should be able to import and/or export
Fossil from and to Git.  (Am I correct on that point?)

Are there any volunteers with more git experience than me who are willing to
help with this project?


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to