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

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

From: Karl Fogel <kfogel_at_red-bean.com>
Date: Tue, 03 Jun 2008 10:33:37 -0400

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

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.