Searched refs:add_file (Results 1 - 1 of 1) sorted by relevance

/vbox/src/apps/svnsync-vbox/
H A Dmain.c57 static svn_error_t * add_file(const char *, void *, const char *, svn_revnum_t, apr_pool_t *, void **);
748 DX(fprintf(stderr, "init add_file %s\n", path);)
763 SVN_ERR(eb->wrapped_editor->add_file(path, pb->wrapped_dir_baton,
928 tree_editor->add_file = init_add_file;
1295 e = eb->wrapped_editor->add_file(dst_path, wrapped_parent_node_baton,
1390 SVN_ERR(add_file(to_path, db, from_path, src_rev, oppool, &fb));
1808 add_file(const char *path,
1821 DX(fprintf(stderr, "add_file %s\n", path);)
1875 SVN_ERR(eb->wrapped_editor->add_file(path, pb->wrapped_node_baton,
1894 SVN_ERR(eb->wrapped_editor->add_file(pat
1804 add_file(const char *path, function
[all...]

Completed in 106 milliseconds