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.
我想在 svn 服务器上捕获任何提交操作。但我不能在服务器上编写钩子。
我可以通过pysvn吗?我发现 pysvn 提供了一个事务对象。但我不知道
如何使用它。你能帮忙吗?
SVN 本身没有远程通知 API。您唯一能做的就是轮询服务器日志。
您可以使用 pysvn 执行此操作,就像使用任何其他 svn 客户端一样。