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

Re: svn commit: r17732 - in trunk/subversion: libsvn_delta

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-12-11 23:59:58 CET

rooneg@tigris.org writes:

> Author: rooneg
> Date: Sun Dec 11 16:47:42 2005
> New Revision: 17732
>
> Added:
> trunk/subversion/libsvn_delta/debug_editor.h
> Modified:
> trunk/subversion/include/svn_delta.h
> trunk/subversion/libsvn_delta/debug_editor.c
>
> Log:
> Make the debug editor private, and change its arguments so that the output
> args come first, as is generally our convention.
>
> * subversion/include/svn_delta.h
> (svn_delta_get_debug_editor): Removed.

> --- trunk/subversion/include/svn_delta.h (original)
> +++ trunk/subversion/include/svn_delta.h Sun Dec 11 16:47:42 2005
> @@ -953,27 +953,6 @@
> const char *path,
> apr_pool_t *pool);
>
> -
> -/** Drive @a editor (with its @a edit_baton) in such a way that
> - * each path in @a paths is traversed in a depth-first fashion. As
> - * each path is hit as part of the editor drive, use @a
> - * callback_func and @a callback_baton to allow the caller to handle
> - * the portion of the editor drive related to that path.
> - *
> - * Use @a revision as the revision number passed to intermediate
> - * directory openings.
> - *
> - * Use @a pool for all necessary allocations.
> - */
> -svn_error_t *
> -svn_delta_path_driver (const svn_delta_editor_t *editor,
> - void *edit_baton,
> - svn_revnum_t revision,
> - apr_array_header_t *paths,
> - svn_delta_path_driver_cb_func_t callback_func,
> - void *callback_baton,
> - apr_pool_t *pool);
> -

You appear to have removed the wrong function.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 12 00:01:13 2005

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.