Simon Timms wrote:
> I am just killing myself here trying to get externals to work. I'm sure
> this will be an easy solution but I just can't see it. I have two
> repositories 410-public and 410-private they both have the standard
> branches, trunk and tags structure. I want to link the
> trunk/services/schema directory in the private version to the same
> directory in the public version so changes in the public version will be
> reflected in the private version. I am trying the command "svn propset
> svn:externals 'http://simon.ma.cx/svn/trunk/services/schema' schema from
> the services directory in private but I keep getting an error:
>
> stimms@simserve services$svn propset svn:externals
> 'http://simon.ma.cx/svn/trunk/services/schema/' schema
> svn: Error parsing svn:externals property on 'schema':
> 'http://simon.ma.cx/svn/trunk/services/schema/'
>
Hi,
there is an example under
http://svnbook.red-bean.com/svnbook-1.0/ch07s03.html
This should help you.
I did it this way:
- checkout
- change externals
- commit
And it works fine.
Paul
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 15 11:20:03 2004