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

Re: [sparse-directories] Depth parameter for the editor API

From: Karl Fogel <kfogel_at_red-bean.com>
Date: 2007-03-24 20:06:30 CET

Vlad Georgescu <vgeorgescu@gmail.com> writes:
> What happens now if a pre-1.5 client tries to do a non-recursive
> checkout? If I'm reading the code right, it looks like we set the
> default depth to infinity, expecting the client to set the real depth
> later via set_path(). However, old clients don't know about the new
> set_path(), so it looks like they'd be stuck with a depth of infinity.

That's on my list to look at. The client should still be sending the
non-recurse flag, and the new code should still pay attention to it
(by setting default_depth to svn_depth_files).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Mar 24 20:06:44 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.