git-svn: reuse open SVN::Ra connections by URL
commitf6f0987646069bff3a7674aca257fd84f939d960
authorEric Wong <normalperson@yhbt.net>
Fri, 19 Jan 2007 02:22:18 +0000 (18 18:22 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:09 +0000 (23 00:57 -0800)
tree6ac6059504cd53703e1c747e8d902633db789d39
parent780a2f58e727386ae81223d7a5c16fbc55cfd9fa
git-svn: reuse open SVN::Ra connections by URL

Note: this can cause problems with Perl's reference counting GC,
so I'm disabling Git::SVN::Ra::DESTROY.  If we notice more
problems down the line, we can disable this enhancement.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl