Mercurial Repository - 服务器上每天自动执行 hg add/hg commit 命令

发布于 2024-11-15 09:30:07 字数 158 浏览 4 评论 0原文

我有一个使用 Mercurial 作为存储库的网络服务器。每天,我们都有应用程序将文件写入我们的服务器,我希望这些文件能够反映在存储库中。有没有办法添加每天运行的自动“hg add”和“hg commit”命令,以便我们的开发人员在他们的计算机上跟踪并“拉取”这些文件?

感谢您的帮助!

I have a web server which is using mercurial as the repository. Every day, we have files being written by applications to our server and I want these to be reflected in the repository. Is there a way to add an automated 'hg add' and 'hg commit' command that runs every day so these files are kept track of and can be "pulled" by our developers on their machines?

Thanks for any help!

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

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

发布评论

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

评论(1

╰つ倒转 2024-11-22 09:30:07

调度任务不是 Mercurial 的工作。请参阅 crontab 或计划任务,具体取决于您的操作系统。

scheduling tasks is not a job for mercurial. see crontab or Scheduled Tasks depending on your OS.

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