Searched defs:item_commit_baton (Results 1 – 1 of 1) sorted by relevance
1502 struct item_commit_baton struct1504 const svn_delta_editor_t *editor; /* commit editor */1505 void *edit_baton; /* commit editor's baton */1506 apr_hash_t *file_mods; /* hash: path->file_mod_t */1507 const char *notify_path_prefix; /* notification path prefix1532 struct item_commit_baton *icb = callback_baton; in do_item_commit() argument