Subject: CVS commit: wip/darcs-to-git
From: PHO / phonohawk
Date: 2010-02-10 17:33:59
Message id: E1NfFW2-0002aX-PC@sfp-cvsdas-2.v30.ch3.sourceforge.com

Log Message:
Import darcs-to-git-0.1nb20100210 as wip/darcs-to-git.

darcs-to-git
    written by Steve Purcell, some improvements by Thomas Schilling,
    Jonathon Mah

Converts a Darcs repository into a Git repository.  Supports
incremental updates, i.e., you can pull new patches from the source
repository or import a large repository in steps.

USAGE
=====

(Use `darcs-to-git --help` to display the latest usage instructions.)

1. Create an *empty* directory that will become the new git repository
2. From inside that directory, run this program, passing the location
   of the local source darcs repo as a parameter

The program will git-init the empty directory, and migrate all patches
in the source darcs repo into commits in that repository.

Thereafter, incremental patch conversion from the same source repo is
possible by repeating step 2.


Files:
RevisionActionfile
1.1importwip/darcs-to-git/distinfo
1.1importwip/darcs-to-git/Makefile
1.1importwip/darcs-to-git/PLIST
1.1importwip/darcs-to-git/DESCR