[darcs-users] ANN: darcs-fastconvert 0.1
Petr Rockai
me at mornfall.net
Wed Sep 8 13:26:30 UTC 2010
Hi folks,
I have released darcs-fastconvert to Hackage today. It should build
against current darcs-beta (but should continue to build with darcs 2.5
when it is released).
Install it like this:
cabal install darcs-fastconvert
(NB: This will install current darcs-beta in ~/.cabal/bin/ -- make sure
to not have that on PATH or remove the darcs binary from there if you do
not want that. Back up any darcs binary from that place, if you want to
keep it, too.)
You can use it like this:
(cd gitproject; git fast-export --all --progress=500) | darcs-fastconvert import gitproject-darcs
and this:
mkdir darcsproject-git
cd darcs-project-git
git init
(cd ../darcsproject; dracs-fastconvert export) | git fast-import
Feedback, patches (both code and documentation) etc. welcome.
Yours,
Petr.
More information about the darcs-users
mailing list