Return-Path: Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: (qmail 96629 invoked from network); 4 Feb 2011 00:41:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Feb 2011 00:41:41 -0000 Received: (qmail 34795 invoked by uid 500); 4 Feb 2011 00:41:40 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 34759 invoked by uid 500); 4 Feb 2011 00:41:40 -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 34752 invoked by uid 99); 4 Feb 2011 00:41:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Feb 2011 00:41:40 +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: local policy) Received: from [66.111.4.25] (HELO out1.smtp.messagingengine.com) (66.111.4.25) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Feb 2011 00:41:34 +0000 Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id 8CDFB209A9; Thu, 3 Feb 2011 19:41:13 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 03 Feb 2011 19:41:13 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=date:from:to:cc:subject:message-id:references:mime-version:content-type:in-reply-to; s=smtpout; bh=EDbSbang72U0Md6PzKVdlrR1oCk=; b=ZgYoFBvQgyBbYPwGRZZRirkoZcHwWrimWhMWxOLy2ZKoDtGvfCFXYyuEGIa6C6MX/40XrVxjK7AGej1JO0VeK5NkOk0DZrM1+Cy9nlIp1Ib02hmbBZkLhc3bIpKYMutv+rlQuo9FYY3QB6jvxJCad2Wh6azdp+4lZ0u/25kx+3I= X-Sasl-enc: N+ZBTwjQSBp8OpwiuwDt2WYASIQe4BQszO4sJd6qmphdKkX4ZSOLcS3uLIUiuw 1296780073 Received: from daniel3.local (bzq-109-67-13-25.red.bezeqint.net [109.67.13.25]) by mail.messagingengine.com (Postfix) with ESMTPSA id 8A711444A31; Thu, 3 Feb 2011 19:41:12 -0500 (EST) Date: Fri, 4 Feb 2011 02:37:11 +0200 From: Daniel Shahaf To: Bob Archer Cc: Ryno Changuion , "users@subversion.apache.org" Subject: Re: Copy with externals, then commit fails Message-ID: <20110204003711.GL25076@daniel3.local> References: <344D1ECFB7D9904EA70F9AF171638B5304D5DE9C@midexchange.Adsintranet.Corp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Bob Archer wrote on Tue, Feb 01, 2011 at 13:32:18 -0500: > File externals require that the file being pointed to is in the same > working copy as the external of it. From the docs: > > "While directory externals can place the external directory at any > depth, and any missing intermediate directories will be created, file > externals must be placed into a working copy that is already checked > out." > This quoted part talks about where the pointer will be created, not about where the pointed-to file should live. (Currently the only restriction on that is that it should be in the same repository as the svn:externals property.) > BOb >