From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yasushi SHOJI Subject: Re: SVN import Date: Tue, 11 Oct 2005 05:21:48 +0900 Message-ID: <87y851yvfn.wl@mail2.atmark-techno.com> References: <8764s51cvp.wl@mail2.atmark-techno.com> <20051010181329.GQ567@kiste.smurf.noris.de> <874q7p1axz.wl@mail2.atmark-techno.com> <20051010185729.GR567@kiste.smurf.noris.de> 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 22:24:48 2005 Return-path: Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EP49m-0005LJ-He for gcvg-git@gmane.org; Mon, 10 Oct 2005 22:21:59 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751202AbVJJUVz (ORCPT ); Mon, 10 Oct 2005 16:21:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751203AbVJJUVz (ORCPT ); Mon, 10 Oct 2005 16:21:55 -0400 Received: from shop.atmark-techno.com ([210.191.215.173]:8074 "EHLO mail2.atmark-techno.com") by vger.kernel.org with ESMTP id S1751202AbVJJUVz (ORCPT ); Mon, 10 Oct 2005 16:21:55 -0400 Received: from smtp.local-network (dns1.atmark-techno.com [210.191.215.170]) by mail2.atmark-techno.com (Postfix) with ESMTP id 3EAF462EE; Tue, 11 Oct 2005 05:21:53 +0900 (JST) Received: from wat.atmark-techno.com (unknown [192.168.10.81]) by smtp.local-network (Postfix) with ESMTP id 2922AB61F; Tue, 11 Oct 2005 05:23:43 +0900 (JST) To: Matthias Urlichs In-Reply-To: <20051010185729.GR567@kiste.smurf.noris.de> User-Agent: Wanderlust/2.14.0 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: At Mon, 10 Oct 2005 20:57:30 +0200, Matthias Urlichs wrote: > > Yasushi SHOJI: > > > True. I could add an option which behaves as if everything that's not > > > recognized is seen as being on the trunk, but ... > > > > hmmm. can libsvn see those file had moved in to the trunk? don't know > > how 'svn mv' is treated in svn. > > > see "svn log". The script sees the file, and where it comes from (but > ignores that). well, if it can, it'd be nice if svnimport could handle those files. ;-) anyway, here is another one if you are interested in. svnimport doesn't seems to handle -t option, or what am i missing? svnadmin create --fs-type fsfs /tmp/repo svn co file:///tmp/repo test cd test svn mkdir foo echo hello > foo/hello.c svn add foo/hello.c svn ci -m 'add hello.c' cd .. git-svnimport.perl -t foo -s2 -C /tmp/test.git -i -v file:///tmp/repo DONE; creating master branch cp: cannot stat `/tmp/test.git/.git/refs/heads/origin': No such file or directory -- yashi