Mercurial hg 使用 php POST 到远程服务器

发布于 2024-12-01 10:11:36 字数 257 浏览 0 评论 0原文

我在 bitbucket 有一个帐户,这就是我想要实现的目标。

ME --push--> bitbucket <--post--> server

服务器到 bitbuck 没问题。

我尝试

<?php `hg pull -u`; 

在我的服务器中设置像这样的 POST URL。这是正确的方法吗?我尝试应用反勾号来执行命令。

I have an account at bitbucket, here is what i want to achieve.

ME --push--> bitbucket <--post--> server

server to bitbucket is fine.

I try to setup the POST URL like this

<?php `hg pull -u`; 

in my server. Is this the correct way? i try to apply the back tick to execute the command.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

深海不蓝 2024-12-08 10:11:36

我建议使用 system()exec() 来执行此操作,因为这是标准操作过程。

I would suggest doing this with system() or exec(), simply because that's the standard operation procedure.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文