From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?Bj=F6rn?= Steinbrink Subject: Re: git-svn url-encodes ~ when it should not Date: Sun, 19 Oct 2008 00:47:28 +0200 Message-ID: <20081018224728.GD3107@atjola.homenet> References: <20081018213919.GC3107@atjola.homenet> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: git@vger.kernel.org, jsogo@debian.org To: Eric Wong X-From: git-owner@vger.kernel.org Sun Oct 19 00:49:18 2008 connect(): Connection refused Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1KrKbZ-0005hF-7R for gcvg-git-2@gmane.org; Sun, 19 Oct 2008 00:49:05 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751055AbYJRWre convert rfc822-to-quoted-printable (ORCPT ); Sat, 18 Oct 2008 18:47:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751006AbYJRWre (ORCPT ); Sat, 18 Oct 2008 18:47:34 -0400 Received: from mail.gmx.net ([213.165.64.20]:54331 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751034AbYJRWrd (ORCPT ); Sat, 18 Oct 2008 18:47:33 -0400 Received: (qmail invoked by alias); 18 Oct 2008 22:47:31 -0000 Received: from i577AC07F.versanet.de (EHLO atjola.local) [87.122.192.127] by mail.gmx.net (mp040) with SMTP; 19 Oct 2008 00:47:31 +0200 X-Authenticated: #5039886 X-Provags-ID: V01U2FsdGVkX18K764HfosKL2qvAhepXU8AG5II8oO6ffRX8B3cf9 2TbFZGr8rPF1hH Content-Disposition: inline In-Reply-To: <20081018213919.GC3107@atjola.homenet> User-Agent: Mutt/1.5.18 (2008-05-17) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.6 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: [Adding Jose to Cc:, didn't have his address earlier] On 2008.10.18 23:39:19 +0200, Bj=F6rn Steinbrink wrote: > Hi, >=20 > 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 >=20 > I can reproduce that here with: > git-svn version 1.6.0.2.541.g46dc1.dirty (svn 1.5.1) >=20 > 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 >=20 > strace revealed that git-svn url-encodes ~ while svn does not do that= =2E >=20 > For svn we have: > write(5, " > https://sucs.org/~welshbyte/svn/backuptool/trunk... >=20 > While git-svn shows: > write(7, " > https://sucs.org/%7Ewelshbyte/svn/backuptool/trunk... >=20 > Bj=F6rn