1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-11-17 14:34:49 +01:00
git/contrib/git-svn/t
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
..
lib-git-svn.sh git-svn: add support for Perl SVN::* libraries 2006-06-16 03:04:20 -07:00
t0000-contrib-git-svn.sh git-svn: make the $GIT_DIR/svn/*/revs directory obsolete 2006-06-16 03:04:20 -07:00
t0001-contrib-git-svn-props.sh git-svn: make the $GIT_DIR/svn/*/revs directory obsolete 2006-06-16 03:04:20 -07:00