9b0db33506
Since v1.7.10-rc0~118^2~4^2~4^2~3 (vcs-svn: pass paths through to fast-import, 2010-12-13) this is an alias for fast_export_delete. Remove the unnecessary layer of indirection. No functional change intended. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
8 lines
194 B
C
8 lines
194 B
C
#ifndef REPO_TREE_H_
|
|
#define REPO_TREE_H_
|
|
|
|
void svn_repo_copy(uint32_t revision, const char *src, const char *dst);
|
|
const char *svn_repo_read_path(const char *path, uint32_t *mode_out);
|
|
|
|
#endif
|