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
The syntax is 'svn propset PROPNAME PROPVALUE [TARGET]'.
In your command above, 'project' is being interpreted as the target.
svn propset svn:externals "../../generic project1"
Of course, that's still wrong. The PROPVAL should be of the form
---------------------------------------------------------------------
|
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.