svn2hg

log

age author description
Sat, 14 Apr 2007 08:20:35 -0700 Eric Hopper Handle someone having the svn root directory as their projectdefault tip
Sat, 14 Apr 2007 08:07:26 -0700 Eric Hopper Fixed traceback on startup with no args, made usage message
Mon, 30 Oct 2006 13:50:28 -0800 Eric Hopper Put the author name in the exception.
Wed, 25 Oct 2006 16:27:37 -0700 Eric Hopper Quiet everything down and abort when a copy is detected as they aren't
Wed, 25 Oct 2006 16:27:03 -0700 Eric Hopper Pull in information about copies.
Wed, 25 Oct 2006 12:17:23 -0700 Eric Hopper Made exporting a lot more efficient.
Tue, 17 Oct 2006 21:48:30 -0500 Eric Hopper Fix typo in documentation.
Tue, 17 Oct 2006 20:08:20 -0500 Eric Hopper Create list of affected paths for every revision, and transfer more
Tue, 17 Oct 2006 17:39:10 -0700 Eric Hopper Clarify what 'R' means.
Sun, 15 Oct 2006 10:56:55 -0700 Eric Hopper Properly handle first revision. Fix to use Python 2.4 subprocess
Sun, 15 Oct 2006 09:35:45 -0700 Eric Hopper Fixed spelling error in comment.
Sat, 14 Oct 2006 17:08:08 -0700 Eric Hopper Fix to handle Subversion revisions that turn into empty hg revisions.
Wed, 11 Oct 2006 23:55:47 -0700 Eric Hopper A buggy but somewhat working dumb convert script that doesn't handle
Tue, 10 Oct 2006 10:12:50 -0700 Eric Hopper Make the revision mapping information persistent.
Tue, 10 Oct 2006 10:12:00 -0700 Eric Hopper Fix logbyproject to use new VersionedPath class and fix syntax errors
Tue, 10 Oct 2006 07:25:28 -0700 Eric Hopper Rework class to use properties and generally be nicer.
Tue, 10 Oct 2006 07:24:23 -0700 Eric Hopper Renaming to avoid icky util garbage pail.
Sat, 07 Oct 2006 09:07:11 -0700 Eric Hopper First untested stab at creating object to represent repo file.
Sat, 07 Oct 2006 09:06:16 -0700 Eric Hopper Merged with home computer.
Wed, 04 Oct 2006 18:39:38 -0700 Eric Hopper Tweaked to have nicer output.
Sat, 07 Oct 2006 02:17:36 -0700 Eric Hopper Untested stab at Python data structure for project meta-data.
Mon, 02 Oct 2006 17:13:36 -0700 Eric Hopper Split out a log by which project each entry affects. This means that
Mon, 02 Oct 2006 17:12:54 -0700 Eric Hopper Make snarflog stop skipping every other logentry.
Fri, 29 Sep 2006 16:40:02 -0700 Eric Hopper A small utility module for converting to and from SVN ISO times.
Fri, 29 Sep 2006 16:39:36 -0700 Eric Hopper Fix sample-convertspec.xml to handle authors found by checkauthor.py
Fri, 29 Sep 2006 16:38:58 -0700 Eric Hopper A small test utility to scan for authors not in the author map.
Fri, 29 Sep 2006 16:38:34 -0700 Eric Hopper Change to with C-based elementtree and allow the log entry processor
Fri, 29 Sep 2006 16:37:37 -0700 Eric Hopper Oops, I was returning 'authors' after reading just one author. Also
Mon, 18 Sep 2006 17:41:49 -0700 Eric Hopper Some test data to work with from my own Subversion repo.
Sun, 17 Sep 2006 23:37:43 -0700 Eric Hopper Add a config parser, make sample spec more complex to test parser and
Sat, 16 Sep 2006 12:53:36 -0700 Eric Hopper Starting work on a Subversion<->hg converter.