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
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?
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
3 matches
Mail list logo