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

Re: svn:externals question

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-08-04 19:28:18 CEST

On Wed, 2004-08-04 at 04:01, Taco Walstra wrote:

> svn propset svn:externals ../../generic project1
>
> this doesn't work because svn complains that project1 is not under version
> control (but it is, there is a .svn directory and svn commit works)

The syntax is 'svn propset PROPNAME PROPVALUE [TARGET]'.

In your command above, 'project' is being interpreted as the target.
That's not what you want; you want a default '.' target. Try putting
the whole propvalue in quotes:

  svn propset svn:externals "../../generic project1"

Of course, that's still wrong. The PROPVAL should be of the form
"localdir URL". Get a URL in there.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 4 19:30:39 2004

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.