author | Eric Wong <normalperson@yhbt.net> | |
Wed, 29 Nov 2006 02:51:42 +0000 (18:51 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 29 Nov 2006 04:59:43 +0000 (20:59 -0800) | ||
commit | 1ca7558dd838e82f6f6b8611b981654fa4ecde2b | |
tree | b37c6327130a2083b81bba57c483e9eeb21486a4 | tree | snapshot |
parent | 4511c899e64cbda934ba864c359a2a7a04909264 | commit | diff |
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>
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 | diff | blob | history |