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

Re: setting svn:externals

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-03-16 20:33:30 CET

"AG1(AW/SW) Christopher" <john.christopher@metnet.navy.mil> writes:

> I must be missing something in the documentation but I can't get
> this to work.
>
> What is an example of usage for the command.
>
> I am trying this on a working copy of a repository
>
> In top level of repo
> svn propset svn:externals https://url-to-external-repo trunk/lib/fnmoc

That would be:

   $ svn propset svn:externels \
         "some/directory https://url-to-external-repo" trunk/lib/fnmoc

> also, how do I add multiple external URLS for the same directory in
> the repo?

   $ svn pedit svn:externals trunk/lib/fnmoc
   # and then when your editor pops up, put one externals definitions
   # per line:
   some/directory https://url-to-external-repo
   some/other/directory https://another-url-to-external-repo
   

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 16 20:35:01 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.