@hackage darcs-fastconvert0.2.1
Import/export git fast-import streams to/from darcs.
Categories
License
BSD-3-Clause
Maintainer
me@mornfall.net
Links
Versions
Installation
Dependencies (0)
- attoparsec >=0.8 && <0.9
- base >=4 && <5
- bytestring
- cmdlib >=0.3 && <0.4
- containers
- darcs >=2.5 && <2.6 Show all…
Dependents (1)
@hackage/acme-everything
The darcs-fastconvert tool allows you to both import git repositories into darcs (using git fast-export) and export darcs repositories into git (using git fast-import). You may also achieve some success with 3rd-party fast-import/fast-export tools, like bzr-fastimport although this is not explicitly supported or tested. Often, converting from X to git and then to darcs works better than direct X to darcs conversion using 3rd-party tools.