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