【发布时间】:2013-02-27 09:33:12
【问题描述】:
我正在尝试从 perforce 获取最后的更改
所以我去 perforce 文件夹并执行以下命令,正如我在教程中找到的那样
p4 changes -m 5 //depot/main//project/ result.txt // should save last five changes to result.txt
但给我以下错误
result.txt - must create client 'IM000001' to access local files // IM000001 is the name of my computer
有什么想法吗?
【问题讨论】:
标签: perforce