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

Re: FW: use of svn:externals (does Subversion recurse into external directories?)

From: Lübbe Onken <l.onken_at_rac.de>
Date: 2003-12-11 16:32:27 CET

Charles E. Doucette wrote:

> Does anyone have any feedback for my question?
>
> I suppose I can try an experiment but I'd rather just get some expert
> advice and reorganize our actual project.

Hi Charles,

update and checkout traverse into externals. Commit will complain that
the WC is from a different location and will not traverse into
externals. You have to commit the external directory separately.

if you got:
/foo (http://my.svn.server/foo)
/foo/bar/
/foo/baz/ (svn:externals -> http://my.svn.server/somwhere/else)

an update of foo will update the entire structure to the latest revision
and will show you, wher the external stuff came from.

If you modify something inside /foo or /foo/bar, committing /foo will
just work.

If you modify something inside /foo/baz, committing /foo will complain
about different WC URLs and committing /foo/baz will just work.

Cheers
-Lübbe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 11 16:34:08 2003

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.