没有历史的 Mercurial 克隆

发布于 2024-11-25 09:19:49 字数 197 浏览 1 评论 0原文

我正在尝试下载一个大型开源项目的源代码,以便我可以查看它。

它说要做:

hg clone http://server/path

但是,这需要永远(我假设是因为这是一个大项目)。我并不真正关心变更集;我只想要人头,我不会做任何事。

有什么办法可以让我做到这一点,而不需要其他一切吗?

I'm trying to download the source code for a large open source project, so I can look at it.

It says to do:

hg clone http://server/path

However, this is taking forever (I'm assuming because it's a large project). I don't really care about the changesets; I just want the head, and I'm not going to be committing anything.

Is there any way I can just that, without everything else?

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

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

发布评论

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

评论(1

寻梦旅人 2024-12-02 09:19:49

通常,当您只需将浏览器指向存储库 URL 时,您就可以获取您喜欢的任何修订版本的 tarball,包括 head。不过,必须在服务器端启用此功能。

Often, when you just point your browser to the repository URL, you can grab a tarball of any revision you like, inluding head. This feature has to be enabled on the server side, though.

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