From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Wong Subject: Re: git-svn breaks on gtk+ import Date: Fri, 7 Mar 2008 23:47:38 -0800 Message-ID: <20080308074737.GC1583@hand.yhbt.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org To: Tim Janik X-From: git-owner@vger.kernel.org Sat Mar 08 08:48:24 2008 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 1JXtn0-0001OK-9v for gcvg-git-2@gmane.org; Sat, 08 Mar 2008 08:48:18 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752348AbYCHHrk (ORCPT ); Sat, 8 Mar 2008 02:47:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752838AbYCHHrk (ORCPT ); Sat, 8 Mar 2008 02:47:40 -0500 Received: from hand.yhbt.net ([66.150.188.102]:58557 "EHLO hand.yhbt.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752195AbYCHHrj (ORCPT ); Sat, 8 Mar 2008 02:47:39 -0500 Received: from localhost.localdomain (localhost [127.0.0.1]) by hand.yhbt.net (Postfix) with ESMTP id BC04A7F4153; Fri, 7 Mar 2008 23:47:38 -0800 (PST) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Tim Janik wrote: > hi Eric. > > with git-svn from git 1.5.4.3, imports of the Gtk+ repository fail: > > git-svn clone -T trunk -b branches -t tags -r 19001 > http://svn.gnome.org/svn/gtk+ > Using existing [svn-remote "svn"] > Using higher level of URL: http://svn.gnome.org/svn/gtk+ => > http://svn.gnome.org/svn/gtk%2B/http: > No such file or directory: PROPFIND request failed on > '/svn/gtk%252B/http%3A': Could not open the requested SVN filesystem at > /usr/bin/git-svn line 1352 > > trying the same for glib works fine: > > git-svn clone -T trunk -b branches -t tags -r 6601 > http://svn.gnome.org/svn/glib > [...] > r6601 = 987f6388b211281d08fce0e63936d9e612ed4d4f (trunk) > Checked out HEAD: > http://svn.gnome.org/svn/glib/trunk r6601 > > looks like the '+' in the the http://svn.gnome.org/svn/gtk+ repository > name isn't handled correctly. It's a known bug which I haven't had time to track down and fix. git-svn handles files and directories with '+' within the base URL you're tracking correctly, but somewhere along the way the base URL you're tracking doesn't work correctly for HTTP. As Harvey suggested, use the svn:// repository for now. -- Eric Wong