[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: Merijn Boom <merijn.boom_at_eurorscg.nl>
Date: 2006-06-21 19:23:53 CEST

Hi Stefan,

Thank you very much this indeed is the solution.

Regards,

Merijn

 

-----Original Message-----
From: Stefan Küng [mailto:steveking@gmx.ch]
Sent: woensdag 21 juni 2006 18:59
To: Merijn Boom
Cc: Phil Endecott; Johan Appelgren; users@subversion.tigris.org
Subject: Re: svn propset svn:externals URL

Merijn Boom wrote:
> If I use the command:
>
> svn propset svn:externals "libaries svn://domain/trunk projectname"
> Projectname
>
> I get an error:
>
> svn: Setting property on non-local target svn://URL/" is not supported

I guess that "projectname" is the name of the folder you want to set the
property to?
Then you must use
svn propset svn:externals "libraries svn://domain/trunk" projectname

Only the *value* of the property must be enquoted.
Just think of the params you pass to the propset command:
svn propset PROPERTYNAME PROPERTYVALUE localpath

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 21 19:25:40 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.