没有历史的 Mercurial 克隆
我正在尝试下载一个大型开源项目的源代码,以便我可以查看它。
它说要做:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通常,当您只需将浏览器指向存储库 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.