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

Re: svn commit: r14736 - in trunk/subversion: tests/clients/cmdline

From: <kfogel_at_collab.net>
Date: 2005-05-16 17:33:32 CEST

philip@tigris.org writes:
> --- trunk/subversion/libsvn_client/locking_commands.c (original)
> +++ trunk/subversion/libsvn_client/locking_commands.c Sat May 14 15:26:16 2005
> @@ -206,7 +206,7 @@
> /* Open the common parent. */
> SVN_ERR (svn_wc_adm_probe_open3 (parent_adm_access_p, NULL,
> *common_parent,
> - TRUE, 0, ctx->cancel_func,
> + TRUE, -1, ctx->cancel_func,
> ctx->cancel_baton, pool));

No comments about the change itself, only:

It might be good to have #define'd constants for depth arguments at
this point. I just had to look up what -1 means, again :-).

Any objections/thoughts before I do this?

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 16 18:09:56 2005

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.