git/contrib/git-svn
Eric Wong 42d328701d git-svn: make the $GIT_DIR/svn/*/revs directory obsolete
This is a very intrusive change, so I've beefed up the tests
significantly.  Added 'full-test' a target to the Makefile,
to test different possible configurations.  This is intended
for maintainers only.  Users should only be concerned with
'test' succeeding.

We now have a very simple custom database format for handling
mapping of svn revisions => git commits.  Of course, we're
not really using it yet, either.

Also disabled automatic branch-finding on new trees for now.
It's too easily broken.  revisions_eq() function should be
helpful for branch detection.

Also removed an extra assertion in fetch_cmd() that wasn't
correctly done.  This bug was found by full-test.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
2006-06-16 03:04:20 -07:00
..
t git-svn: make the $GIT_DIR/svn/*/revs directory obsolete 2006-06-16 03:04:20 -07:00
.gitignore contrib/git-svn: add Makefile, test, and associated ignores 2006-02-20 13:32:42 -08:00
git-svn.perl git-svn: make the $GIT_DIR/svn/*/revs directory obsolete 2006-06-16 03:04:20 -07:00
git-svn.txt git-svn: documentation updates 2006-05-05 14:18:41 -07:00
Makefile git-svn: make the $GIT_DIR/svn/*/revs directory obsolete 2006-06-16 03:04:20 -07:00