Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B1761D7F7 for ; Sun, 7 Oct 2012 18:32:50 +0000 (UTC) Received: (qmail 59568 invoked by uid 500); 7 Oct 2012 18:32:49 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 59538 invoked by uid 500); 7 Oct 2012 18:32:49 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 59531 invoked by uid 99); 7 Oct 2012 18:32:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Oct 2012 18:32:49 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jcorvel@gmail.com designates 209.85.212.43 as permitted sender) Received: from [209.85.212.43] (HELO mail-vb0-f43.google.com) (209.85.212.43) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Oct 2012 18:32:45 +0000 Received: by mail-vb0-f43.google.com with SMTP id fq11so5332248vbb.16 for ; Sun, 07 Oct 2012 11:32:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=vMSZORBgG4B8zEHctpygRTJEV/dpixIvaAcQ8q+zNE4=; b=J3uLxqIzqEUaqcmO/o8m19g/4o8LLZbwW9PxYBlQB6Nq2qez3SwhWIsERS8YmhOkV3 W1Qtvt45nDcq9RfoWoErg03JryKNBqLfAOeKBbV5b1hGkHoLRIfIA/DMTV/uwRFM0c/K tW7L4Rh64MQGLs1+kIIGF0VmeykInd0vAirC2d7zptxOeTIUQYJN8L8t+rVXQbUafBen 7G5MybdZ7cPxJ6jna/ZFbQWkREVsxOrKtgwNpaGZoB7emkAnF+qH3fYH5VDBkemZ8dyN SPgM86tMe+ZoJq+89+7nELr5cG3G6UCteNQJC1kvzPzAIaDJ+xWUE7Fe+ctiBJdzNA3E DKaw== Received: by 10.52.175.200 with SMTP id cc8mr6988832vdc.21.1349634744185; Sun, 07 Oct 2012 11:32:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.212.79 with HTTP; Sun, 7 Oct 2012 11:32:02 -0700 (PDT) In-Reply-To: <507043F4.4030605@printflow.eu> References: <506EC0FE.5020500@printflow.eu> <507043F4.4030605@printflow.eu> From: Johan Corveleyn Date: Sun, 7 Oct 2012 20:32:02 +0200 Message-ID: Subject: Re: set depth for external To: Oto BREZINA Cc: users Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Sat, Oct 6, 2012 at 4:45 PM, Oto BREZINA wrote: > > In one of our Project P we need Module A and Module B we set that with > external successfuly. However ModuleB needs ModuleA when compiled as > product. This makes Project P have ext to A twice. > > Is there way to set depth for external? If not can be added? No, unfortunately there isn't. See these two open feature requests: - #3216: externals with --depth [1] - #3311: externals are not created unless depth=infinity [2] [1] http://subversion.tigris.org/issues/show_bug.cgi?id=3216 [2] http://subversion.tigris.org/issues/show_bug.cgi?id=3311 -- Johan