我如何将更改从 Mercurial 传播到我的生产 Web 服务器?
我有一个 PHP 应用程序,并且使用 Mercurial 作为修订控制。
我想编写一个 bash 脚本或类似的脚本来帮助我更新网络服务器的内容。
我的意思是,这个想法希望将我在变更集中(可能通过 SCP)更改的所有文件更新到生产服务器。如果我可以获得已更改的文件(绝对路径),我可以毫无问题地制作 SCP。
另外,解决方案是获取使用 hg stat 打印的文件的绝对路径,
但这将是在提交之前。
有什么想法吗?
多谢!
I've a PHP app and i'm using Mercurial as Revision Control.
I want to code a bash script or something like that that help me to update the content of my web server.
I mean, the idea would like to update all the files that i've changed in a changeset (maybe through SCP), to the production server. If i could get the files that had changed (absolute paths) i could make SCP without problems.
Also, a solution would be to get the absolute paths to the files that are printed with hg stat
But that would be before commit.
Any idea?
Thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有几个选项:
A couple of options: