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/03 14:33:37 UTC

Re: svn commit: r31564 - trunk/subversion/libsvn_client

cmpilato@tigris.org writes:
> --- trunk/subversion/libsvn_client/changelist.c (r31563)
> +++ trunk/subversion/libsvn_client/changelist.c (r31564)
> @@ -44,6 +44,10 @@ struct set_cl_fe_baton
>  };
>  
>  
> +/* This function -- which implements the 'found_entry' vtable member
> +   of svn_wc_entry_callbacks2_t -- associates PATH (via its ENTRY)
> +   with a new changelist (passed along in BATON->changelist), so long
> +   as ENTRY is deemed a valid target of that association.  */
>  static svn_error_t *
>  set_entry_changelist(const char *path,
>                       const svn_wc_entry_t *entry,

Thanks!  After I grumbled in IRC, I saw that it was implementing the
callback (because of later references in the file), but it's still much
better to have it documented at-site.

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org