P4 - 为客户更改工作空间

发布于 2024-12-07 11:42:23 字数 196 浏览 0 评论 0原文

我想使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

画中仙 2024-12-14 11:42:24

将 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文