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

Re: svn commit: r25592 - trunk/subversion/svnserve

From: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: 2007-07-26 22:14:16 CEST

David,

glasser@tigris.org wrote:
> Author: glasser
> Date: Sat Jun 30 03:57:28 2007
> New Revision: 25592
>
> Log:
> Fix the emulation of non-recursive in svnserve to correctly
> map non-recursive to depth=files for update, switch, and diff.
> (This makes the corresponding tests in the 1.4.x test suite
> pass against a trunk svnserve.) Note that status is correct
> to make non-recursive mean depth=empty.
>
Why not convert for status (recurse == FALSE) to svn_depth_immediates?
You're using SVN_DEPTH_FROM_RECURSE for update, switch and diff, so I'd
expect the SVN_DEPTH_FROM_RECURSE_STATUS would apply for status.

Lieven

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 26 22:09:39 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.