Re: [PATCH 7/7] Make Git::SVN and Git::SVN::Ra canonicalize paths and urls.

2012-07-28 Thread Michael G Schwern
On 2012.7.28 7:11 AM, Jonathan Nieder wrote: > Yay! Am I correct in imagining this makes the following sequence of > commands[1] no longer trip an assertion failure in svn_path_join[2] > with SVN 1.6? > > git svn init -Thttp://trac-hacks.org/svn/tagsplugin/trunk \ > -thttp://t

Re: [PATCH 7/7] Make Git::SVN and Git::SVN::Ra canonicalize paths and urls.

2012-07-28 Thread Jonathan Nieder
Michael G. Schwern wrote: > This canonicalizes paths and urls as early as possible so we don't > have to remember to do it at the point of use. Yay! Am I correct in imagining this makes the following sequence of commands[1] no longer trip an assertion failure in svn_path_join[2] with SVN 1.6?

[PATCH 7/7] Make Git::SVN and Git::SVN::Ra canonicalize paths and urls.

2012-07-28 Thread Michael G. Schwern
From: "Michael G. Schwern" 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. --- perl/Gi