Mercurial Repository - 服务器上每天自动执行 hg add/hg commit 命令
我有一个使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
调度任务不是 Mercurial 的工作。请参阅 crontab 或计划任务,具体取决于您的操作系统。
scheduling tasks is not a job for mercurial. see crontab or Scheduled Tasks depending on your OS.