commit | 565e56c2cc7ebe42ad12ee5970f3d5af1dc3f36c | [log] [tgz] |
---|---|---|
author | Michael G. Schwern <schwern@pobox.com> | Sat Jul 28 02:38:32 2012 -0700 |
committer | Eric Wong <normalperson@yhbt.net> | Thu Aug 02 21:45:56 2012 +0000 |
tree | 083ae13fc414fe22d24e85670037116bcac78398 | |
parent | 3def8d088499b94919de36305ce710487a5e2bb0 [diff] |
Git::SVN{,::Ra}: canonicalize earlier 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>