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 2B67D7ACE for ; Thu, 11 Aug 2011 22:06:14 +0000 (UTC) Received: (qmail 11213 invoked by uid 500); 11 Aug 2011 22:06:14 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 11128 invoked by uid 500); 11 Aug 2011 22:06:13 -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 11120 invoked by uid 99); 11 Aug 2011 22:06:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2011 22:06:13 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [110.44.30.146] (HELO enterprise.16degrees.com.au) (110.44.30.146) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Aug 2011 22:06:05 +0000 Received: from deltaflyer (CPE-120-146-165-143.static.qld.bigpond.net.au [120.146.165.143]) by enterprise.16degrees.com.au (Postfix) with ESMTPA id 6F5911902041 for ; Fri, 12 Aug 2011 08:05:44 +1000 (EST) Reply-To: From: "Gavin McDonald" To: References: <4E3D07B7.8080101@gmx-topmail.de> In-Reply-To: <4E3D07B7.8080101@gmx-topmail.de> Subject: RE: [Proposal] target directories for initial import Date: Fri, 12 Aug 2011 08:05:44 +1000 Organization: 16 degrees Message-ID: <016601cc5872$d1600a30$74201e90$@16degrees.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQFnBh7iArAwfE68mb+AeU5pKiZIYZXi2Uqw Content-Language: en-au > -----Original Message----- > From: Ingrid von der Mehden [mailto:IngridvdM@gmx-topmail.de] > Sent: Saturday, 6 August 2011 7:22 PM > To: ooo-dev@incubator.apache.org > Cc: ivo@apache.org > Subject: [Proposal] target directories for initial import > > There are two repositories that we need to import, so the usual idea of > putting all into trunk does not work out of the box here. > Coming from the thread 'OOO340 to svn - directory setup', I would like to > make the following proposal for the target directories. > > Import the repository from http://hg.services.openoffice.org/OOO340 > which contains the main office part into a directory ooo/trunk/main This > should result in directories like: > ooo/trunk/main/UnoControls > ooo/trunk/main/accessibility > etc. > > Import http://hg.services.openoffice.org/master_l10n/OOO340/ > which contains the translation into a directory ooo/trunk/extras This should > result in directories like: > ooo/trunk/extras/l10n/source > (The former l10n repository duplicates its parent directory but it seems to me > that this is not necessary. Maybe Ivo knows more.) > > Advantages: > > The main office code that is needed for day to day code development is still > separated from the translation part and can be obtained easily by: > svn co https://svn.apache.org/repos/asf/incubator/ooo/trunk/main aoo > > Further all code line dependent stuff is inside trunk. So this can be obtained > easily by svn co https://svn.apache.org/repos/asf/incubator/ooo/trunk > aoo_full > > And the directory structure is self explaining. > > Note, this setup does not affect later CWS merging as the structure of the > main repository was not changed at all. +1 Gav... > > Kind regards, > Ingrid