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

How to use svn:externals...

From: Glenn E. Sieb <ges_at_cibernet.com>
Date: 2005-01-07 23:07:16 CET

(sending again, as it seems to have gotten lost in the aether..)

I'm on MacOSX, running svn 1.1.1, and I want to set it up so that when
someone checks out a project, that one of the directories they check out
will trigger a checkout of that same directory from a different project.

I thought that would be something like:

svn co svn+ssh://server/path/to/repos/trunk .
svn mkdir mkfiles
svn propset svn:externals mkfiles
svn+ssh://server/path/to/other/repos/trunk/src/mkfiles

But this gets me:

svn: Setting property on non-local target
'svn+ssh://sauce/svn/finance/trunk/src/mkfiles' not yet supported

Help? :-/ What am I doing wrong? The documentation is very unclear on
this subject :-/

Thanks again in advance..

Best,
--Glenn

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 7 23:09:29 2005

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.