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

Re: svn commit: r1329475 - /subversion/trunk/notes/ev2-callbacks-template.c

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 24 Apr 2012 22:25:12 +0300

gstein_at_apache.org wrote on Mon, Apr 23, 2012 at 22:08:37 -0000:
> +add_directory_cb(void *baton,
> +add_file_cb(void *baton,
> +add_symlink_cb(void *baton,
> +add_absent_cb(void *baton,
> +alter_directory_cb(void *baton,
> +alter_file_cb(void *baton,
> +alter_symlink_cb(void *baton,
> +delete_cb(void *baton,
> +copy_cb(void *baton,
> +move_cb(void *baton,
> +rotate_cb(void *baton,
> +complete_cb(void *baton,
> +abort_cb(void *baton,
> +make_editor(svn_editor_t **editor,

It would be nice if each place that uses those also renames the
functions --- eg, copy_cb_switch (etc) for the switch editor. That's
more ctags-friendly.
Received on 2012-04-24 21:26:30 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.