From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konstantin Khomoutov Subject: Re: git-svn clone repositotory without files from codeplex Date: Fri, 9 Dec 2011 19:46:51 +0400 Message-ID: <20111209194651.7b34a831.kostix@domain007.com> References: <4EE1FEEF.7070402@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: git@vger.kernel.org To: Arkadiy Shapkin X-From: git-owner@vger.kernel.org Fri Dec 09 16:47:04 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RZ2f6-0002a9-NC for gcvg-git-2@lo.gmane.org; Fri, 09 Dec 2011 16:47:01 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751385Ab1LIPq4 (ORCPT ); Fri, 9 Dec 2011 10:46:56 -0500 Received: from mailhub.007spb.ru ([84.204.203.130]:54545 "EHLO mailhub.007spb.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751036Ab1LIPqz (ORCPT ); Fri, 9 Dec 2011 10:46:55 -0500 Received: from programmer.Domain007.com (programmer.domain007.com [192.168.2.100]) by mailhub.007spb.ru (8.14.3/8.14.3/Debian-5+lenny1) with SMTP id pB9Fkpka014751; Fri, 9 Dec 2011 19:46:52 +0400 In-Reply-To: <4EE1FEEF.7070402@gmail.com> X-Mailer: Sylpheed 3.1.1 (GTK+ 2.10.14; i686-pc-mingw32) X-Antivirus: Dr.Web (R) for Mail Servers on proxysrv host X-Antivirus-Code: 100000 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Fri, 09 Dec 2011 16:28:31 +0400 Arkadiy Shapkin wrote: > I can't clone svn repository from codeplex > https://vld.svn.codeplex.com/svn/vld . Repository generated by > git-svn doesn't contain files, only log messages. I suspect that that might be a problem with the fact codeplex seems to not really provide Subversion repos but rather runs some sort of a shim to interface Subversion clients with their TFS instance which is what really hosts non-Mercurial repos. What makes me think that way is that even svnrdump (a tool for remote dumping of Subversion repos appeared in v1.7) fails to dump that repo (my idea was to dump the vld repo then load it into a local repo and then try cloning the resulting repo using git-svn). I tried svnrdump on another two randomly picked Codeplex Subversion repos, and it failed on all of them in the same way it failed for vld. Hence maybe you should bring this issue with the Codeplex support team. P.S. Please next time you cross-post (posting the same message to more than one mailing list), include a reference to the original discussion even if it currently consists just of your message solely.