You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Karl Fogel <kf...@red-bean.com> on 2008/06/13 20:21:45 UTC

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

firemeteor@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@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org