update Wed Feb 10 14:33:06 PST 2010
[pkgsrc.git] / wip / darcs-to-git / DESCR
1 darcs-to-git
2     written by Steve Purcell, some improvements by Thomas Schilling,
3     Jonathon Mah
4
5 Converts a Darcs repository into a Git repository.  Supports
6 incremental updates, i.e., you can pull new patches from the source
7 repository or import a large repository in steps.
8
9 USAGE
10 =====
11
12 (Use `darcs-to-git --help` to display the latest usage instructions.)
13
14 1. Create an *empty* directory that will become the new git repository
15 2. From inside that directory, run this program, passing the location
16    of the local source darcs repo as a parameter
17
18 The program will git-init the empty directory, and migrate all patches
19 in the source darcs repo into commits in that repository.
20
21 Thereafter, incremental patch conversion from the same source repo is
22 possible by repeating step 2.