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

Re: Checking out to a SVN directory

From: Lee Merrill <LeeMerrill_at_bustech.com>
Date: 2004-09-08 16:26:41 CEST

Hi everyone,

    I just tried "svn update" with directories linked in via
"svn:externals", and the linked-in directories don't get updated, so
there would need to be an "update" script, to (say) change to the
top-level directory, find all the "externals" directories (via "svn
status," for instance), and do "svn update" in all these directories, as
well as in the main tree. Maybe there should be a note to this effect in
Issue 1167? It seems pretty similar...

Lee

> The problem that you are going to run into is that running svn update
> in the "repo1" directory will *not* update the files that exist in
> repo2. You would need to run 2 "svn update" commands, one in the
> "repo1" directory, the other in the "repo2" directory. The only way
> (to my knowledge) that one could update repo1 and repo2 simultaneously
> is to utilize svn:externals, effectively linking repo2 to a particular
> location within repo1.

-- 
+=========================================================
+ Lee Merrill    lee@bustech.com    919-866-2008
+=========================================================
Unless otherwise stated, any views presented in this email are solely those of the author and do not necessarily represent those of the company.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 8 16:27:16 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.