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. _______________________________________________ darcs-users mailing list darcs-users@darcs.net http://lists.osuosl.org/mailman/listinfo/darcs-users