git-svn: don't rely on do_switch + reparenting with svn(+ssh)://
commit5d3b7cd5fe5d0410915cc68b641415901e1b113e
authorEric Wong <normalperson@yhbt.net>
Tue, 30 Jan 2007 03:16:01 +0000 (29 19:16 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:10 +0000 (23 00:57 -0800)
treef9f9d38c8a5c71cbc2013e540c7d51d3bd50f115
parentf7c3fc4a269ad4f12cc9d97d70e46ba3d5dfdb79
git-svn: don't rely on do_switch + reparenting with svn(+ssh)://

I can't seem to figure out what I or the SVN libraries are doing
wrong, but it appears to be related to reparent and probably
some global structure that gets reset if multiple SVN
connections are being used.

So now, in order to use do_switch; we'll open a new connection
to the repository with the complete URL; but we can't seem to
ever use an existing Ra object after another one has been
created...

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