[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Problem on subversion using propset with perl on a svn:external

From: IPv7 Develop Group <develop_at_ipv7.org>
Date: Tue, 03 Nov 2009 09:19:03 +0100

Christian Unger wrote:
> On 03.11.2009, at 08:15, IPv7 Develop Group wrote:
>
>> Setting property on non-local target
>
>
> you are trying to set the svn:external property on a remote target that is inside the repository,
> afaik subversion only supports setting the svn:external property on a working copy (a local target).

svn propedit svn:externals http://localhost/svn/testing/develop_area/mail/
work fine without no working copy, this is a operation on the repository directly...

> Try using --depth=empty when you checkout – this way you will only get
> the directory containing the definitions.

So need i to checkout, change the working copy and then commit the change, a svn:external?
The only way i see is to wrap the svn shell command in perl and remove all the SVN::Client reference,
because this implementation isn't oriented for the scripting...

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2414030

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-03 09:17:23 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.