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

Re: problem with depth

From: Karl Fogel <kfogel_at_red-bean.com>
Date: 2007-05-12 19:14:09 CEST

Stefan Küng <tortoisesvn@gmail.com> writes:
> $ svn co
> http://tortoisesvn.tigris.org/svn/tortoisesvn/trunk/src/Resources
> Resources d:\test\Resources --depth=files
>
> this will get me a working copy of the Resources folder, without the
> subfolder.
>
> Now, I'd like to get the subfolder too:
>
> $ svn up d:\test\Resources --depth=infinity
>
> only the existing working copy is updated, the subfolder isn't fetched.
>
> I thought that passing --depth=infinity to 'svn up' would override the
> depth of the existing working copy? Shouldn't it be possible to change
> the existing depth of a working copy with an update?
>
> Using r24980 of the Subversion trunk.

The behavior you expect is what's supposed to happen -- we're just not
done implementing it yet! :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 12 19:14:20 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.