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

Re: CVS update: subversion/subversion/include svn_fs.h

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-02-07 02:10:36 CET

On Tue, Feb 06, 2001 at 11:26:29PM -0000, kfogel@tigris.org wrote:
>...
> +/* Hook function type for commits. When a filesystem commit happens,
> + * one of these should be invoked on the NEW_REVISION that resulted
> + * from the commit, the LOG_MSG (kff todo: should that be a stream?
> + * Nah, string is prolly fine.), and the BATON that was provided with
> + * the hook originally.
> + *
> + * See svn_fs_get_editor for an example user.
> + */
> +typedef svn_error_t *svn_fs_commit_hook_t (svn_revnum_t new_revision,
> + svn_string_t *log_msg,
> + void *baton);

Where does that log message come from, and why does it need to be delivered
from the editor back to a hook?

Does the thing that drives the editor already know what the log message is?

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:21 2006

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.