projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
vcs-svn: remove custom mode constants
[git]
/
vcs-svn
/
repo_tree.h
1
#ifndef REPO_TREE_H_
2
#define REPO_TREE_H_
3
4
void svn_repo_copy(uint32_t revision, const char *src, const char *dst);
5
const char *svn_repo_read_path(const char *path, uint32_t *mode_out);
6
void svn_repo_delete(const char *path);
7
8
#endif