From: Eric Wong Date: Fri, 23 Feb 2007 09:57:40 +0000 (-0800) Subject: git-svn: fix reconnections to different paths of svn:// repositories X-Git-Tag: v1.5.1-rc1~141 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e2c475d91cc65b110a20c9836142a4a7e608a87c?hp=e2c475d91cc65b110a20c9836142a4a7e608a87c git-svn: fix reconnections to different paths of svn:// repositories Clearing the pool of the previous SVN::Ra connection we have seems to to fix mysterious connection dropping errors when reconnecting to different paths of svn:// repositories hosted by rubyforge.org. Note: I'm not sure *why* this fixes things things, but it does for me. Signed-off-by: Eric Wong ---