使用 PHP 进行版本控制

发布于 2024-10-28 08:41:55 字数 205 浏览 0 评论 0原文

目前我正在构建一个用于项目托管的简单页面,现在我有一个问题。 PHP 中是否有 GIT 或 HG (Mercurial) 的实现? - 是的,我知道命令 system(),但我在权限很少的主机上完成这项工作,所以我需要纯 PHP 中的东西。

我已经在网上搜索过,但没有找到任何东西。 =(

我希望已经存在这样的东西。

谢谢

Currently I'm building a simple page for project hosting, and now I've got a question. Is there any implementation of GIT or HG (Mercurial) in PHP? - Yes I know about the command system(), but I'm doing the job on a hosting with few permissions and so I need something in bare PHP.

I already searched on the web, but I didn't find anything. =(

I hope there already exists something like this.

Thanks

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

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

发布评论

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

评论(2

烟火散人牵绊 2024-11-04 08:41:55

您可以尝试glip。看起来 git-php 也可以解决这个问题。

You can give glip a try. it looks like git-php might also do the trick.

流年已逝 2024-11-04 08:41:55

有用于 SVN 和 GIT 的 PEAR 包:

但我不知道我不记得曾见过 Mercurial 的任何内容。

There are PEAR packages for SVN and GIT :

But I don't remember having seen anything for Mercurial.

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