[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: Phil Endecott <spam_from_subversion_users_at_chezphil.org>
Date: 2006-06-21 19:35:59 CEST

> 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 think you need to post the exact command that you tried.
It thinks that svn://URL/" is the thing that you are setting the property ON, rather than the value that you are setting the property TO.
You would probably get this if you have typed

svn propset "svn:externals" DIRNAME svn://URL/ "PATH_TO_SET-PROPERTY_ON"
instead of
svn propset "svn:externals" "DIRNAME svn://URL/" "PATH_TO_SET-PROPERTY_ON"

Phil.

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