OSDN Git Service

git-svn: remove non-delta fetch code paths
authorEric Wong <normalperson@yhbt.net>
Thu, 28 Dec 2006 09:16:19 +0000 (01:16 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 28 Dec 2006 09:39:09 +0000 (01:39 -0800)
commited92f17026210db7ee4f3f0af39a569ae220cb5b
tree708b1f030b2dfbac2377db01bb38e9ec5cf12ad5
parente32139aa0e8bea9f976baee2c484d96add37623c
git-svn: remove non-delta fetch code paths

We have less code to worry about now.  As a bonus, --revision
can be used to reliably skip parts of history whenever fetch is
run, not just the first time.  I'm not sure why anybody would
want to skip history in the middle, however...

For people (nearly everyone at the moment) without the
do_switch() function in their Perl SVN library, the entire tree
must be refetched if --follow-parent is used and a parent is
found.  Future versions of SVN will have a working do_switch()
function accessible via Perl.

Accessing repositories on the local machine (especially file://
ones) is also slightly slower as a result; but I suspect most
git-svn users will be using it to access remote repositories.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svn.perl
t/Makefile