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 存储库权限的人太忙了,无法添加 svn pre-commit 钩子。无论如何都可以在没有特权的情况下获取存储库提交事件吗?如果没有这样的方法,我可以使用爬虫来检查每分钟的更新。
用于svnsync将 repo 镜像到一个可以设置钩子的地方。synsync在存储库访问库层运行,因此它将像任何其他客户端一样调用目标存储库上的提交(和其他)钩子。
svnsync
synsync