简体   繁体   English

如何为其他TeamProject配置库共享?

[英]How to configure Library Shares for additional TeamProject?

i have an already existing TFS TeamProject with a connected SCVMM, all is working fine. 我已经有一个已连接SCVMM的TFS TeamProject,一切正常。 Now i created an additional TeamProject. 现在,我创建了另一个TeamProject。 If I'm working with the old TeamProject in MTM, all works fine. 如果我在MTM中使用旧的TeamProject,则一切正常。 If I change to the new TeamProject i havn't longer the possibilty to create a SCVMM Environment or open the Library Tab. 如果我更改为新的TeamProject,则不再需要创建SCVMM环境或打开“库”选项卡。 The option to create SCVMM Environment is disabled and on Library tab i just get the error "there are currently no library shares configured for the following project: NewProject." 创建SCVMM环境的选项被禁用,在“库”选项卡上,我仅收到错误消息“当前没有为以下项目配置库共享:NewProject”。 Do anybody have a clue where to configure a new TeamProject for Library Shares? 有人知道在哪里为图书馆共享配置新的TeamProject吗?

BR Mario 马里奥

First, check whether this team project is created under the same team project collection as other team projects. 首先,检查此团队项目是否与其他团队项目在同一团队项目集合下创建。 If you create the team project in a new team project collection, then go to TFS administrator console to check whether you have configured Library Shares for this team project collection: 如果您在新的团队项目集合中创建团队项目,请转到TFS管理员控制台以检查是否已为此团队项目集合配置库共享:

在此处输入图片说明

Check if the share has been added, eg: 检查是否已添加共享,例如:

TfsLabConfig.exe TPLibraryShare /list /Collection:<collection> /Teamproject:<teamproject> 

If it is not there, add it to the team project like this: 如果不存在,则将其添加到团队项目中,如下所示:

TfsLabConfig.exe TPLibraryShare /add /Collection:<collection> /Teamproject:<teamproject> /TeamprojectcollectionLibraryShare:*

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM