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

Re: svn commit: r31580 - branches/issue-2843-dev/subversion/libsvn_wc

From: Karl Fogel <kfogel_at_red-bean.com>
Date: Fri, 13 Jun 2008 16:21:45 -0400

firemeteor_at_tigris.org writes:
> Log:
> In issue-2843-dev branch.
>
> * subversion/libsvn_wc/crop.c
> (crop_children): Update document comments.
>
> --- branches/issue-2843-dev/subversion/libsvn_wc/crop.c (r31579)
> +++ branches/issue-2843-dev/subversion/libsvn_wc/crop.c (r31580)
> @@ -38,9 +38,13 @@
> } \
> } while (0)
>
> -/* Helper function that crops the children of the TARGET, under the constraint
> - * of DEPTH. The TARGET itself should have a proper depth and will never be
> - * cropped.
> +/* Helper function that crops the children of the DIR_PATH, under the constraint
> + * of DEPTH. The DIR_PATH itself will never be cropped. The ADM_ACCESS is the
> + * access baton that contains DIR_PATH. And the whole subtree should have been
> + * locked.
> + *
> + * If NOTIFY_FUNC is not null, each file and ROOT of subtree will be reported
> + * upon remove.
> */
> svn_error_t *
> crop_children(svn_wc_adm_access_t *adm_access,

There is no parameter named "root" (at least in the current code...)

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-06-13 22:22:03 CEST

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.