Hi All, I've been playing with fossil for a few weeks now and I've come to quite like it. I was a tad disappointed that a git import tool hadn't been written so, I went ahead and did that. You can find the tool at: https://code.linuxfood.net/pub/repo/git-import/home (please accept the self-signed certificate.)
Tool usage is pretty straight forward. It takes a git checkout, fast-export's the history, and dumps fossil artifacts into a directory called 'artifacts' (by default). It requires a fairly recent version of git - I developed using 1.6.6. import-git-export.pl /a/git/checkout ; fossil recons my-new-fossil.fsl artifacts/ Comments and Criticism much appreciated. -B _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

