From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yasushi SHOJI Subject: Re: SVN import Date: Tue, 11 Oct 2005 02:48:58 +0900 Message-ID: <8764s51cvp.wl@mail2.atmark-techno.com> References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: git@vger.kernel.org X-From: git-owner@vger.kernel.org Mon Oct 10 19:50:47 2005 Return-path: Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EP1lu-0006on-0A for gcvg-git@gmane.org; Mon, 10 Oct 2005 19:49:10 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751091AbVJJRtG (ORCPT ); Mon, 10 Oct 2005 13:49:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751092AbVJJRtG (ORCPT ); Mon, 10 Oct 2005 13:49:06 -0400 Received: from shop.atmark-techno.com ([210.191.215.173]:24456 "EHLO mail2.atmark-techno.com") by vger.kernel.org with ESMTP id S1751091AbVJJRtF (ORCPT ); Mon, 10 Oct 2005 13:49:05 -0400 Received: from smtp.local-network (dns1.atmark-techno.com [210.191.215.170]) by mail2.atmark-techno.com (Postfix) with ESMTP id 043DD62EE; Tue, 11 Oct 2005 02:49:03 +0900 (JST) Received: from wat.atmark-techno.com (unknown [192.168.10.81]) by smtp.local-network (Postfix) with ESMTP id 8F1D7B61F; Tue, 11 Oct 2005 02:50:52 +0900 (JST) To: Matthias Urlichs In-Reply-To: User-Agent: Wanderlust/2.14.0 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Hi Matthias, Great work! At Mon, 10 Oct 2005 11:45:05 +0200, Matthias Urlichs wrote: > > > Quick note: I'm working on importing from SVN. > > The first version seems to be finished. just tried on my svn repo, which had flat directory but moved to trunk dir after. on that repo, the-current-just-pulled git-svnimport says: 1: Unrecognized path: /main.c to reproduce: svnadmin create --fs-type fsfs /tmp/repo svn co file:///tmp/repo test cd test touch main.c svn add main.c svn ci main.c -m 'testing svnimport' svn mkdir trunk svn move main.c trunk svn ci -m 'move main.c to trunk/' cd .. git-svnimport.perl -C /tmp/test.git -i -v file:///tmp/repo/ hope this helps, -- yashi