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

Re: svn propset svn:externals URL

From: Johan Appelgren <johan.appelgren_at_gmail.com>
Date: 2006-06-21 17:26:03 CEST

On 6/21/06, Merijn Boom <merijn.boom@eurorscg.nl> wrote:
>
> Hi,
>
> I try to set the svn property externals on a directory by the command line
> with:
>
> svn propset "svn:externals" "DIRNAME svn://URL/" "PATH_TO_SET-PROPERTY_ON"
>
> after that I receive the message:
>
> svn: Setting property on non-local target svn://URL/" is not supported
>
> I can set this up with Tortoise SVN so basically Subversion supports it (or
> should support it) but how can I set this up using the command line (because
> I'm creating a project setup script)?

Is PATH_TO_SET-PROPERTY_ON a path to a directory in a working copy?
The error indicates that it is not, and it must be for propset to
work.

/Johan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 21 17:29:48 2006

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.