【发布时间】:2012-10-27 09:31:58
【问题描述】:
我想通过这个更改下载 nopcommorce 的代码
http://nopcommerce.codeplex.com/SourceControl/changeset/f438f188fa4e
为此,我将克隆代码,而不是克隆。我得到了错误
% hg clone --verbose -- https://hg.codeplex.com/nopcommerce .
requesting all changes
adding changesets
adding manifests
adding file changes
transaction abort!
rollback completed
abort: stream ended unexpectedly (got 1718536 bytes, expected 3694604)
[command returned code 255 Sat Oct 27 14:51:03 2012]
% hg clone --verbose -- https://hg.codeplex.com/nopcommerce .
requesting all changes
adding changesets
adding manifests
adding file changes
transaction abort!
rollback completed
abort: stream ended unexpectedly (got 997670 bytes, expected 5238782)
[command returned code 255 Sat Oct 27 14:53:37 2012]
谁能告诉我如何让它工作。我同时安装了 tortoseHG 和 tortoiseSVN .. 如何通过最近的更改在我的计算机上获取代码。
【问题讨论】:
标签: asp.net mercurial codeplex