]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git-svn: don't escape tilde ('~') for http(s) URLs
authorEric Wong <normalperson@yhbt.net>
Tue, 21 Oct 2008 21:12:15 +0000 (14:12 -0700)
committerEric Wong <normalperson@yhbt.net>
Fri, 14 Nov 2008 06:33:58 +0000 (22:33 -0800)
commit6a004d3f2e531936d6d91324a0610a874f91a867
tree3477250fe88e2432d543953b6b5a1603b1fae649
parent171d7661eda111d3e35f6e8097a1a3a07b30026c
git-svn: don't escape tilde ('~') for http(s) URLs

Thanks to Jose Carlos Garcia Sogo and Björn Steinbrink for the
bug report.

On 2008.10.18 23:39:19 +0200, Björn Steinbrink wrote:
> Hi,
>
> Jose Carlos Garcia Sogo reported on #git that a git-svn clone of this
> svn repo fails for him:
> https://sucs.org/~welshbyte/svn/backuptool/trunk
>
> I can reproduce that here with:
> git-svn version 1.6.0.2.541.g46dc1.dirty (svn 1.5.1)
>
> The error message I get is:
> Apache got a malformed URI: Unusable URI: it does not refer to this
> repository at /usr/local/libexec/git-core/git-svn line 4057
>
> strace revealed that git-svn url-encodes ~ while svn does not do that.
>
> For svn we have:
> write(5, "<S:update-report send-all=\"true\" xmlns:S=\"svn:\">
> <S:src-path>https://sucs.org/~welshbyte/svn/backuptool/trunk</S:src-path>...
>
> While git-svn shows:
> write(7, "<S:update-report send-all=\"true\" xmlns:S=\"svn:\">
> <S:src-path>https://sucs.org/%7Ewelshbyte/svn/backuptool/trunk</S:src-path>...

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl