> On Thu, Apr 26, 2012 at 1:52 PM, Stefan Sperling <s...@elego.de> wrote: > > On Thu, Apr 26, 2012 at 08:41:55PM +0200, Stefan Sperling wrote: > >> svn checkout --depth empty URL > >> svn ls (view items that could be here) for each item of interest: > >> svn checkout --set-depth infinity item_of_interest > > > > Sorry, that last line should say: > > > > svn update --set-depth infinity item_of_interest > > If you do that, what happens as new directories are added by others to the > base? Will this checkout ignore or include them in subsequent updates?
They will be ignored because the depth of your root folder in your WC is "empty". BOb