我如何将更改从 Mercurial 传播到我的生产 Web 服务器?

发布于 2024-11-24 02:42:43 字数 264 浏览 0 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

忆梦 2024-12-01 02:42:43

有几个选项:

  1. 在 Web 服务器上克隆存储库的副本
  2. 使用 rsync 使 Web 服务器目录与单独服务器上的存储库保持同步

A couple of options:

  1. Clone a copy of your repository on your web server
  2. Use rsync to keep your web server directories in sync with a repository on a separate server
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文