[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-05 23:29:38 CET

I'm on MacOSX, 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 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 Wed Jan 5 23:32:38 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.