【问题标题】:Team Explorer Everywhere (command line) lying?Team Explorer Everywhere(命令行)在说谎?
【发布时间】:2014-02-06 23:41:52
【问题描述】:

我正在尝试将一些代码从本地 TFS 服务器下载到我的 Mac 上。很长一段时间以来,我一直在用 TEE 大惊小怪,它似乎没有跟踪我从一个命令到下一个命令所做的事情。我设置了一个工作文件夹,然后尝试执行get,我遇到了奇怪的消息:

GA8995AC511228:TEE-CLC-10.0.0 rr154459$ ./tf dir ../all -server:http://10.227.212.202:8080/tfs -login:rr154459@na
There is no working folder mapping for /Users/rr154459/tfs/all.
GA8995AC511228:TEE-CLC-10.0.0 rr154459$ ./tf workfold -map -login:rr154459@na -server:http://10.227.212.202:8080/tfs -workspace:GA8995AC511228 '$\' '../all'
An error occurred: The new working folder mapping of $\ to /Users/rr154459/tfs/all conflicts with the local path in the existing mapping of $/ to /Users/rr154459/tfs/all.

【问题讨论】:

    标签: command-line tfs team-explorer-everywhere


    【解决方案1】:

    $\ 不是服务器路径。您需要使用$/

    请删除您现有的工作区映射并使用正确的路径格式设置它们。

    【讨论】:

    • 我删除了我的工作区,使用./tf workspace -new -server:http://10.227.212.202:8080/tfs 创建了一个新工作区,并使用./tf workfold -map -login:user@domain -server:http://10.227.212.202:8080/tfs -workspace:GA8995AC511228 '$/DefaultCollection/project' '../project' 映射了一个工作文件夹。当我尝试get 时,它告诉我Items must reside in a workspace that has been previously used on this computer.
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2019-06-09
    • 2012-11-25
    • 1970-01-01
    • 1970-01-01
    • 2014-01-01
    • 2012-07-12
    • 2013-01-04
    相关资源
    最近更新 更多