Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0B8989B53 for ; Wed, 7 Mar 2012 14:22:21 +0000 (UTC) Received: (qmail 76074 invoked by uid 500); 7 Mar 2012 14:22:20 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 75760 invoked by uid 500); 7 Mar 2012 14:22:18 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 75737 invoked by uid 99); 7 Mar 2012 14:22:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2012 14:22:18 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 76.96.62.96 is neither permitted nor denied by domain of jim@jagunet.com) Received: from [76.96.62.96] (HELO qmta09.westchester.pa.mail.comcast.net) (76.96.62.96) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2012 14:22:08 +0000 Received: from omta24.westchester.pa.mail.comcast.net ([76.96.62.76]) by qmta09.westchester.pa.mail.comcast.net with comcast id ibT81i0031ei1Bg59eMomT; Wed, 07 Mar 2012 14:21:48 +0000 Received: from [192.168.199.10] ([69.251.91.46]) by omta24.westchester.pa.mail.comcast.net with comcast id ieMn1i00j100q0d3keMnZX; Wed, 07 Mar 2012 14:21:48 +0000 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Apple Message framework v1257) Subject: Re: SVN question (Was: Re: log-message-tags) From: Jim Jagielski In-Reply-To: <9bdbc6e5-a982-402d-a253-44bb0bd51e8d@iris> Date: Wed, 7 Mar 2012 09:21:46 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: References: <9bdbc6e5-a982-402d-a253-44bb0bd51e8d@iris> To: dev@httpd.apache.org X-Mailer: Apple Mail (2.1257) X-Virus-Checked: Checked by ClamAV on apache.org On Mar 7, 2012, at 8:20 AM, Igor Gali=C4=87 wrote: >=20 > svn ps svn:externals 'tags-thingy ^/httpd/httpd/trunk/tags-thingy' What about the the fact that docs/log-message-tags already exists? Does that change it? btw:, I expect that the actual command is svn ps svn:externals 'log-message-tags = ^/httpd/httpd/trunk/docs/log-message-tags' ??=