Git::SVN{,::Ra}: canonicalize earlier
authorMichael G. Schwern <schwern@pobox.com>
Sat, 28 Jul 2012 09:38:32 +0000 (02:38 -0700)
committerEric Wong <normalperson@yhbt.net>
Thu, 2 Aug 2012 21:45:56 +0000 (21:45 +0000)
This canonicalizes paths and urls as early as possible so we don't
have to remember to do it at the point of use. It will fix a swath
of SVN 1.7 problems in one go.

Its ok to double canonicalize things.

SVN 1.7 still fails, still not worrying about that.

[ew: commit title]

Signed-off-by: Eric Wong <normalperson@yhbt.net>
No differences found