SharpSVN Sync命令C#

时间:2013-02-27 05:08:04

标签: c# svn sharpsvn svnsync

我正在尝试通过sharpsvn自动执行svnsync init和svnsync同步过程。 我无法在提供的文档中找到有关svnsync的任何文档。

到目前为止,我能够通过这样做成功创建存储库:

SvnRepositoryClient src = new SvnRepositoryClient();
src.CreateRepository(RepoDir + RepoName);

我做错了吗?谢谢你的阅读。

1 个答案:

答案 0 :(得分:1)

svnsync功能集未被Subversion公开为库,因此无法调用不存在的内容。遗憾。