为测试和实时目录设置 SVN
我们有一个应用程序,该应用程序的一个目录中包含站点的实时版本,而另一个目录中包含服务器的测试版本。在 SVN 设置中,我们是否应该将它们放在单独的项目中,或者是否有更好的方法来做到这一点,以便我们可以将更改从测试服务器迁移到定期发布日期的实时版本?
对此过程的任何帮助将不胜感激。
谢谢。
We have an application that has the live version of the site in one directory and the test version of the server in another directory. In the SVN setup, should we have them in separate projects or is there a better way of doing that so we can migrate our changes from the test server to the live on periodic release dates?
Any help on this process would be appreciated.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
用于暂存和部署的单个 SVN 存储库生产,是一个好办法。单独的项目可能会产生不良结果。
Single SVN-repo for the staging & production, is a good way. Separate projects may have undesirable results.