P4 - 为客户更改工作空间
我想使用 p4 命令行更改工作区客户端,但我不知道是否可能。 您可以使用 p4workspace 命令创建、删除或编辑工作区,但我想使用 .bat 方法更改当前工作区。
示例:
p4 -c MyClient changeworkspace myNewWorkspace
如果您在第一步中知道是否可能。
I want to change the workspace client using the p4 command line but i don't know if its possible.
You can create, delete or edit workspace using the p4 workspace command, but i want to change the current workspace with a .bat method.
Example:
p4 -c MyClient changeworkspace myNewWorkspace
If you know in first step if it's possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 P4CLIENT 环境变量设置为您想要成为当前工作空间的工作空间的名称,或者始终将该工作空间名称作为 p4 命令上 -c 标志的值传递: perforce.com/perforce/doc.current/manuals/cmdref/env.P4CLIENT.html#1040647" rel="noreferrer">http://www.perforce.com/perforce/doc.current/manuals/cmdref/env.P4CLIENT.html#1040647
另请参阅设置环境变量的其他方法(很多人发现 P4CONFIG 文件有帮助):http://www.perforce.com/perforce/doc.current/manuals/p4guide/02_config.html#1069873
Either set the P4CLIENT environment variable to the name of the workspace you want to be your current workspace, or consistently pass that workspace name as the value of the -c flag on your p4 commands: http://www.perforce.com/perforce/doc.current/manuals/cmdref/env.P4CLIENT.html#1040647
See also these other ways to set the environment variable (many people find P4CONFIG files helpful): http://www.perforce.com/perforce/doc.current/manuals/p4guide/02_config.html#1069873