repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
git-svn: check_cherry_pick should exclude commits already in our history
[alt-git.git]
/
vcs-svn
/
svndump.h
blob
93c412f14a4ca48b9de18325c09d69f051d97647
1
#ifndef SVNDUMP_H_
2
#define SVNDUMP_H_
3
4
void
svndump_init
(
const char
*
filename
);
5
void
svndump_read
(
const char
*
url
);
6
void
svndump_deinit
(
void
);
7
void
svndump_reset
(
void
);
8
9
#endif