[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: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Mon, 9 Nov 2009 01:29:53 -0600

On Nov 3, 2009, at 02:19, IPv7 Develop Group wrote:

> Christian Unger wrote:
>
>> 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...

That is correct. "svn propedit" works on remote URLs, but "svn
propset" does not. Please see:

http://subversion.tigris.org/issues/show_bug.cgi?id=2238#desc10

>> 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?

Yes.

> 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...

I'm not sure what you mean.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-09 08:30:44 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.