use Git::SVN{,::RA}->url accessor globally
commitb1ea6c3829109aff412095b889432bf496f46a90
authorMichael G. Schwern <schwern@pobox.com>
Fri, 27 Jul 2012 20:00:52 +0000 (27 13:00 -0700)
committerEric Wong <normalperson@yhbt.net>
Thu, 2 Aug 2012 21:42:59 +0000 (2 21:42 +0000)
treefc15660a5f2051122aaebfc1b300855d72d0a6da
parent6a8d999ed4a0030ab7902382ed3b122ce448e581
use Git::SVN{,::RA}->url accessor globally

Note: The structure returned from Git::SVN->read_all_remotes() does not
appear to contain objects, so I'm leaving them alone.

That's everything converted over to the url and path accessors.

No functional change.

[ew: commit title]

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl
perl/Git/SVN.pm
perl/Git/SVN/Migration.pm