Home
last modified time | relevance | path

Searched refs:svn_fs_copy (Results 1 – 8 of 8) sorted by relevance

/trueos/contrib/subversion/subversion/libsvn_fs/
HDeditor.c584 SVN_ERR(svn_fs_copy(src_root, src_fspath, root, dst_fspath, scratch_pool)); in copy_cb()
626 SVN_ERR(svn_fs_copy(src_root, src_fspath, root, dst_fspath, scratch_pool)); in move_cb()
HDfs-loader.c1163 svn_fs_copy(svn_fs_root_t *from_root, const char *from_path, in svn_fs_copy() function
/trueos/contrib/subversion/subversion/libsvn_fs_base/notes/
HDfs-history167 "real" copy, and is the direct result of a call to svn_fs_copy().
176 svn_fs_copy(), only the node-revision of the top of the copied "tree"
178 tree. This makes the svn_fs_copy() operation quite fast, at least
HDTODO84 Extend svn_fs_copy to handle mutable nodes.
/trueos/contrib/subversion/subversion/include/
HDsvn_fs.h1794 svn_fs_copy(svn_fs_root_t *from_root,
/trueos/contrib/subversion/subversion/libsvn_repos/
HDload-fs-vtable.c584 SVN_ERR(svn_fs_copy(copy_root, nb->copyfrom_path, in maybe_add_with_history()
HDcommit.c337 SVN_ERR(svn_fs_copy(copy_root, fs_path, in add_file_or_directory()
/trueos/contrib/subversion/
HDCHANGES4007 - no-op svn_fs_copy()s don't write to the database (r7158)