Setting up a workspace using Team Explorer Everywhere on Linux

前端 未结 1 1186
臣服心动
臣服心动 2021-01-02 22:50

Im having trouble creating a workspace and downloading the files from a Team Foundation Server using the Team Explorer Everywhere command line client (TEE-CLC-10.0.0). I\'ve

相关标签:
1条回答
  • 2021-01-02 23:21

    You'll need to create working folder mappings between your local folder and the server items you wish to correspond to.

    For example:

    tf workfold -map -login:secretUsername,secretPassword -server:http://secretHost:8080 -workspace:KOLOBI '$/TeamProject/Project' '/home/me/project'
    

    Then from the /home/me/project directory (or whatever you pick), you can just execute tf get .

    0 讨论(0)
提交回复
热议问题