2012-10-26 38 views

回答

1

一種選擇是使用ConvertExtension創建具有重命名爲使用--filemap選擇較短的長路徑名新的存儲庫,然後從該克隆(請參見「將從水銀」)。請注意,您需要首先在hgrc中啓用轉換擴展程序。

例子:

創建 「filemap.txt」:

rename some/really/long/path/name shorter/path 
... 

然後:

hg convert --filemap filemap.txt original_repo new_repo 
hg clone new_repo [windows_repo] 
+0

謝謝回答。我只是回滾了3個修訂版本 'code' hg strip 'code' –

相關問題