pub unsafe extern "C" fn svn_fs_make_file(
root: *mut svn_fs_root_t,
path: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Create a new file named @a path in @a root. The file’s initial contents are the empty string, and it has no properties. @a root must be the root of a transaction, not a revision.
Do any necessary temporary allocation in @a pool.