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 的一些网页上工作。
为了避免我不得不进入服务器并更新代码,我希望根据提交消息自动更新代码。(例如“BUILD_TEST”或“BUILD_PROD”)
最好的方法是使用 svnlook 确定消息然后 ssh 到适当的服务器并进行 svn 更新的提交后挂钩?