【发布时间】:2014-10-13 22:22:10
【问题描述】:
perforce 中 mercurial 的 hg clone 命令等效于什么?
或
如何使用 P4 命令行命令创建工作区?
我试过了:
p4 sync //depot/my_depot/... //workspace/...
味精:
//depot/my_depot/... - must refer to client 'desk24'.
//workspace/... - must refer to client 'desk24'.
我们可以在 perforce 中标记,就像我们在 mercurial 中标记 hg tag 一样吗?
【问题讨论】:
-
你看过这个文档吗? mercurial.selenic.com/wiki/PerforceConcepts 查看对应表“Perforce-to-Mercurial Cheat sheet”中包含命令的部分
标签: mercurial tags clone perforce