当前位置:  开发笔记 > 编程语言 > 正文

如何将Perforce depot位置转换为客户端视图位置

如何解决《如何将Perforcedepot位置转换为客户端视图位置》经验,为你挑选了1个好方法。

我想知道如何将Perforce depot位置转换为客户端视图位置以进行脚本编写.

我有一个脚本,首先在perforce中检出文件以进行编辑,然后与文件进行交互.我需要将库位置(即\ Projects\Project6)转换为客户端视图位置.(即d:\ Projects\Project6).

这可能吗?



1> bk1e..:

我总是使用p4 where命令.以下是内置帮助中的描述:

where -- Show how file names map through the client view

p4 where [ file ... ]

    Where shows how the named files map through the client view.
    For each argument, three names are produced: the name in the
    depot, the name on the client in Perforce syntax, and the name
    on the client in local syntax.

    If no file is given, the mapping for '...' (all files in the
    current directory and below) is shown.

    Note that 'p4 where' does not determine where any real files are.
    It only computes where they should be according to the client view.

推荐阅读
手机用户2402852307
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有