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

Re: svn:externals

From: Paul Puschmann <paul.puschmann_at_medcom-service.de>
Date: 2004-09-15 11:03:25 CEST

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

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.