运行命令rbt post <changelist-number>
时出现以下错误。
错误:当前目录不包含来自受支持的源代码存储库的签出。
我已正确设置P4客户端。
如果有任何关于如何解决此问题的线索,那将会很有帮助。
答案 0 :(得分:1)
It might be because you are running this command from different location.
1.run following command
p4 info
2.Above command will return you
Client root: /user/xyx/abc
3.Navigate to that folder
4.Run rbt post <changelist-number> from the client root folder