From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [208.84.147.47] (helo=rhodos.klever.net) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1KeZCV-0005zt-J8 for openembedded-devel@lists.openembedded.org; Sat, 13 Sep 2008 19:46:29 +0200 Received: from pd9539abe.dip0.t-ipconnect.de ([217.83.154.190] ident=hacker) by rhodos.klever.net with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1KeZ9k-0000vo-CM for openembedded-devel@lists.openembedded.org; Sat, 13 Sep 2008 19:43:37 +0200 Message-ID: <48CBFBBC.7050102@klever.net> Date: Sat, 13 Sep 2008 19:43:24 +0200 From: Michael Krelin User-Agent: Thunderbird 2.0.0.16 (X11/20080724) MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <94a0d4530809121559w5f644174j461ec61cb2327fd8@mail.gmail.com> <48CBE436.9050500@laposte.net> <94a0d4530809130942n3a6c2095t7018ecbfff9387f4@mail.gmail.com> In-Reply-To: <94a0d4530809130942n3a6c2095t7018ecbfff9387f4@mail.gmail.com> Subject: Re: [ANN] mtn2git v0.1 X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Sep 2008 17:46:29 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit > > I did look at it, but there are some issues. For starters it seems to > be using extensively the manifest, which would probably make it very > slow. Also, it seems to be keeping the trees of all the revisions. Back when mtn2git script was on the early stages of development and I've had some time I've started doing my own mtn2git gateway in c++ (never finished it, though). For what I remember using manifest was the only way, because the changes information mtn automate returns was incomplete or simply wrong, I don't remember the details... Do check your results carefully if you're trying to go this way. Luckily, being slow due to use of manifest should only matter on initial import. Love, H