Florian Weimer <fw@xxxxxxxxxxxxx> wrote: > Is this expected? > > $ sort /tmp/git-svn-output | uniq -c | sort -rn | head > 4 A mlton/trunk/doc/web/papers/index.html > 4 A mlton/trunk/doc/web/papers/01-icfp.ps.gz > 4 A mlton/trunk/doc/web/papers/00-esop.ps.gz > 4 A mlton/trunk/doc/examples/save-world/save-world.sml > 4 A mlton/trunk/doc/examples/save-world/Makefile > 4 A mlton/trunk/doc/examples/profiling/profiling.sml > 4 A mlton/trunk/doc/examples/profiling/Makefile > 4 A mlton/trunk/doc/examples/ffi/Makefile > 4 A mlton/trunk/doc/examples/ffi/main.sml > 4 A mlton/trunk/doc/examples/ffi/ffi.h > $ > > It's somewhat counter-intuitive, at least. This is with Debian's > git-core 1.4.4.1-1 package, and the SVN:: Perl modules are installed. No it's not expected. Is this on a public SVN repo I can look at? Thanks. git-svn 1.4.4.1 always cat-ed the entire file (this code was stolen from git-svnimport, the version in master can transfer deltas). This is (or only seems to be) a UI reporting error and the actual data imported should be correct. -- Eric Wong - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html