git-svn: use ~/.subversion config files when using SVN:: libraries
commit6f23ebf600188fe4246c2fb118f0c977ba1a2ed6
authorEric Wong <normalperson@yhbt.net>
Mon, 27 Nov 2006 21:20:53 +0000 (27 13:20 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 27 Nov 2006 21:55:49 +0000 (27 13:55 -0800)
treed089e1512e759b904943d1eedb35ebdce87921bc
parent88329195159865c0fcc57a6017c959d13d7a1ad6
git-svn: use ~/.subversion config files when using SVN:: libraries

This allows users to use HTTP proxy information (among other settings)
from ~/.subversion/servers and ~/.subversion/config

--config-dir (as before) may be passed to git-svn to override the
default choice of '~/.subversion' for the configuration directory.

Thanks to tko on #git for pointing this out.

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