git-svn: fix multi-init
commit1ca7558dd838e82f6f6b8611b981654fa4ecde2b
authorEric Wong <normalperson@yhbt.net>
Wed, 29 Nov 2006 02:51:42 +0000 (28 18:51 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 29 Nov 2006 04:59:43 +0000 (28 20:59 -0800)
treeb37c6327130a2083b81bba57c483e9eeb21486a4
parent4511c899e64cbda934ba864c359a2a7a04909264
git-svn: fix multi-init

After the bugfix to connect to repositories where the user has
limited read permissions, multi-init was broken due to our
SVN::Ra connection being limited to working in a subdirectory;
so we now create a new Ra connection for init-ing branches
and another for tags

Along with that fix, allow the user to use the command-line
option flags for multi-init (--revision being the most notable;
but also --no-auth-cache, --config-dir, --username (for passing
to SVN), and --shared/--template for passing to git-init-db

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