gst...@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.