git-svn: don't minimize-url when doing an init that tracks multiple paths
commitdc431666d3a54a84ac32b6007f020fb13062345b
authorEric Wong <normalperson@yhbt.net>
Sat, 19 May 2007 10:59:02 +0000 (19 03:59 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 19 May 2007 19:28:50 +0000 (19 12:28 -0700)
treefae04fef24b8c562e39219bffe519fb347e64247
parent6442754d6cc0056cf5b69b43d218f8b6d317e7f5
git-svn: don't minimize-url when doing an init that tracks multiple paths

I didn't have a chance to test the off-by-default minimize-url
stuff enough before, but it's quite broken for people passing
the --trunk/-T, --tags/-t, --branches/-b switches to "init" or
"clone" commands.

Additionally, follow-parent functionality seems broken when we're
not connected to the root of the repository.

Default behavior for "traditional" git-svn users who only track
one directory (without needing follow-parent) should be
reasonable, as those users started using things before
minimize-url functionality existed.

Behavior for users more used to the git-svnimport-like command
line will also benefit from a more-flexible command-line than
svnimport given the assumption they're working with
non-restrictive read permissions on the repository.

I hope to properly fix these bugs when I get a chance to in the
next week or so, but I would like to get this stopgap measure of
reverting to the old behavior as soon as possible.

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