Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过 sharpsvn 自动化 svnsync init 和 svnsync 同步过程。我在提供的文档中找不到任何关于 svnsync 的文档。
到目前为止,我可以通过执行以下操作成功创建存储库:
SvnRepositoryClient src = new SvnRepositoryClient(); src.CreateRepository(RepoDir + RepoName);
难道我做错了什么?谢谢阅读。
Subversion 没有将 svnsync 功能集公开为库,因此无法调用不存在的东西。对不起。