cmpilato_at_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_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-06-03 16:33:59 CEST