Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 406BD41D0 for ; Wed, 29 Jun 2011 11:15:30 +0000 (UTC) Received: (qmail 67476 invoked by uid 500); 29 Jun 2011 11:15:30 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 67288 invoked by uid 500); 29 Jun 2011 11:15:26 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 67279 invoked by uid 99); 29 Jun 2011 11:15:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2011 11:15:24 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Mathias_Bauer@gmx.net designates 213.165.64.22 as permitted sender) Received: from [213.165.64.22] (HELO mailout-de.gmx.net) (213.165.64.22) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 29 Jun 2011 11:15:18 +0000 Received: (qmail invoked by alias); 29 Jun 2011 11:14:56 -0000 Received: from e176037123.adsl.alicedsl.de (EHLO [192.168.1.2]) [85.176.37.123] by mail.gmx.net (mp048) with SMTP; 29 Jun 2011 13:14:56 +0200 X-Authenticated: #17242763 X-Provags-ID: V01U2FsdGVkX18AJPkpz+YAbChPLDBKocdyWwPiDbPpIrAh/JFiE9 ec+lY9gA0lRX9V Message-ID: <4E0B0931.7030201@gmx.net> Date: Wed, 29 Jun 2011 13:14:57 +0200 From: Mathias Bauer User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.18) Gecko/20110616 Lightning/1.0b2 Mnenhy/0.8.3 OracleBeehiveExtension/1.0.0.2-OracleInternal ObetStats/CATCATCATCATCATCAFCATLAF_1292428138647-396660266 Thunderbird/3.1.11 MIME-Version: 1.0 To: ooo-dev@incubator.apache.org Subject: Re: Building a single Hg repository References: <4E0AFE6E.9070702@gmx.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 On 29.06.2011 12:59, Michael Stahl wrote: > On 29.06.2011 12:29, Mathias Bauer wrote: >> As your local hg repo is just an intermediate step from where you export >> to svn, you could pull all cws into one repository. The majority of the >> different repositories (master or cws) consists of almost the same >> changesets, so pulling into one repo will save a lot of disk space. >> >> This has been tried by several people and it worked for them. >> >> Someone has created a Mercurial extension that makes this process pretty >> easy: >> >> http://mercurial.selenic.com/wiki/BranchmirrorExtension >> >> As some of our cws are based on the DEV300 repo and some are based on >> the OOo340 repo, you will need two repos or someone needs to copy the >> cws from dev300 to ooo340 before. > > actually OOO340 should be sufficient, because it contains all changes > from DEV300. > why would copying to ooo340 (what do you mean by that? merging in > OOO340?) be required? You are right. As OOO340 contains everything from DEV300, there shouldn't be a problem. Regards, Mathias