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.
我正在开发 Axis2 Web 服务,所有源代码都存储在 svn 存储库中。Web 服务正在外部服务器上运行。每次我提交 svn 时是否可以自动更新 Web 服务?如果是,我该怎么做?我使用 Eclipse 作为 IDE。
简而言之:查看持续集成。
您还可以通过编写一个简单的 shell 脚本(由 crontab 调度)来实现相同的目标,该脚本将检查 svn 并构建和部署,以防有任何更改。但是有更好的选择可以让您获得更好的可见性,例如。詹金斯(又名哈德森),CruiseControl。