From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael J Gruber Subject: Re: [git-svn] howto select a part of the tree Date: Wed, 13 May 2009 22:38:03 +0200 Message-ID: <4A0B2FAB.10801@drmicha.warpmail.net> References: <4A09D4EC.6050002@gmx.net> <4A0AC23E.2040503@drmicha.warpmail.net> <4A0B01AF.2040908@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: git@vger.kernel.org To: Michael Gaber X-From: git-owner@vger.kernel.org Wed May 13 22:38:22 2009 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 1M4LDZ-00035j-8D for gcvg-git-2@gmane.org; Wed, 13 May 2009 22:38:21 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754339AbZEMUiL (ORCPT ); Wed, 13 May 2009 16:38:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754155AbZEMUiJ (ORCPT ); Wed, 13 May 2009 16:38:09 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:37961 "EHLO out1.smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752735AbZEMUiI (ORCPT ); Wed, 13 May 2009 16:38:08 -0400 Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id F04913457FB; Wed, 13 May 2009 16:38:08 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 13 May 2009 16:38:08 -0400 X-Sasl-enc: FPpP3tgvoelvzDnjzp6wg5WjL23kJTQ/Gs+RwVg+WdYX 1242247088 Received: from localhost.localdomain (p54859969.dip0.t-ipconnect.de [84.133.153.105]) by mail.messagingengine.com (Postfix) with ESMTPSA id 37F7641A0E; Wed, 13 May 2009 16:38:08 -0400 (EDT) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b5pre) Gecko/20090511 Lightning/1.0pre Shredder/3.0b3pre In-Reply-To: <4A0B01AF.2040908@gmx.net> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Michael Gaber venit, vidit, dixit 13.05.2009 19:21: > Michael J Gruber schrieb: >> Michael Gaber venit, vidit, dixit 12.05.2009 21:58: >>> Hi, >>> >>> I have the following setup and would like to know it my thought workflow >>> would be easily doable with git-svn. >>> >>> I have a repository which contains at the moment 5 eclipse projects. two >>> of them are directly in the svn root and i'm not interested in them. the >>> other three are mine and I'd like to use them as separate eclipse >>> projects as i currently do when i check them out as seperate projects >>> into the workspace with subversive. >>> >>> is this possible or should i just forget it. >>> >>> Regards Michael >> >> It is possible. I you want more detailed answers we would need more >> detailed info (structure of the svn repo). >> >> Cheers, >> Michael > > Sorry I forgot. > Structure is as follows: > > repo-root > | > |--otherstuff-1 > | > |--otherstuff-2 > | > |--trunk > | > |--myproj-1 > | > |--myproj-2 > | > |--myproj-3 > | > |--myproj-4 > > I hope this makes it clear. No branches nor tags? In that case you can simply git svn clone url-to-the-svn-repo/repo-root/trunk/myproj-1 etc. and have individual git svn repos. You can do similarly for the ones right below root. Cheers, Michael