team-project

Cannot manage security in TFS 2018 on a Team Project with Project Collection Adminstrator Role

|▌冷眼眸甩不掉的悲伤 提交于 2020-08-09 08:49:27
问题 I have been converting access to Team projects using Active Directory groups. I am a project collection admin and we host around 40 odd team projects. On all the other proects everything is fine, I have been able to add all the AD groups I needed to the Various TFS groups that exist in a Team Project (Contributors, Readers etc). When I come to the problem project I can see the add button, and I am able to search for and select the AD group I want, but when I click save, I see a red banner

Cannot manage security in TFS 2018 on a Team Project with Project Collection Adminstrator Role

耗尽温柔 提交于 2020-08-09 08:48:09
问题 I have been converting access to Team projects using Active Directory groups. I am a project collection admin and we host around 40 odd team projects. On all the other proects everything is fine, I have been able to add all the AD groups I needed to the Various TFS groups that exist in a Team Project (Contributors, Readers etc). When I come to the problem project I can see the add button, and I am able to search for and select the AD group I want, but when I click save, I see a red banner

TFS Structure - Multiple Projects or Single Project?

一个人想着一个人 提交于 2020-01-12 07:33:08
问题 Our small development shop is looking to migrate our projects from VSS to TFS, and we're evaluating TFS vs. others (haven't pulled the trigger quite yet). The nature of our software shop is such that we have 100+ projects in VSS ranging from small one-man-show projects to massive enterprise-wide applications. We are trying to determine how to structure our projects in the transition and have, for the most part, decided on putting everything into one project site/system with each project

Can't create Team project in tfs 2012 using visual studio 2010

隐身守侯 提交于 2019-12-07 14:31:40
问题 I install TFS 2012 and I have visual studio 2010. I already create team collection but I can't create team project. Error message {you don't have permission create team project} but I give all permission to current user. 回答1: Some of the Administration activities will not work when you are using lower version of Team Explorer client. You need to install Team Explorer 2012 or Visual Studio 2012 to create new team projects. 来源: https://stackoverflow.com/questions/11406400/cant-create-team

How to Lock obsolete TeamProjects

情到浓时终转凉″ 提交于 2019-12-07 08:28:37
问题 As part of a maintenance, I was about to Lock several now-obsolete TeamProjects, by right-clicking on each one's root in Source Control Explorer ( $/TeamProject ) and selecting "Lock..". Once I was done, I tried to commit these changes, which was denied with the following message: By searching around I bumped into the following statement, made as part of this discussion: Locks are applied such that the user who places the lock can checkin/checkout files but noone else can until the lock is

Can't create Team project in tfs 2012 using visual studio 2010

浪尽此生 提交于 2019-12-06 00:12:16
I install TFS 2012 and I have visual studio 2010. I already create team collection but I can't create team project. Error message {you don't have permission create team project} but I give all permission to current user. Some of the Administration activities will not work when you are using lower version of Team Explorer client. You need to install Team Explorer 2012 or Visual Studio 2012 to create new team projects. 来源: https://stackoverflow.com/questions/11406400/cant-create-team-project-in-tfs-2012-using-visual-studio-2010

TFS permissions to create Team Projects in a specific collection

这一生的挚爱 提交于 2019-12-05 20:21:50
问题 We have several Collections in our TFS 2010 server. This server hosts all of our TFS related services. I'd like to allow a specific programmer to create Team Projects within his dedicated collection. He belongs to the collection's TFS administrators group. When he tries to create a new Team Project, it fails with a Reporting permissions error. I understand that he also needs Reporting services permissions to create the relevant Reporting objects for the new Team Project, but I don't want him

How to Lock obsolete TeamProjects

前提是你 提交于 2019-12-05 16:59:43
As part of a maintenance, I was about to Lock several now-obsolete TeamProjects, by right-clicking on each one's root in Source Control Explorer ( $/TeamProject ) and selecting "Lock..". Once I was done, I tried to commit these changes, which was denied with the following message: By searching around I bumped into the following statement, made as part of this discussion: Locks are applied such that the user who places the lock can checkin/checkout files but noone else can until the lock is released. So as a more valid test you will need another user to attempt a check-in of a locked file - ie

TFS permissions to create Team Projects in a specific collection

只愿长相守 提交于 2019-12-04 04:00:16
We have several Collections in our TFS 2010 server. This server hosts all of our TFS related services. I'd like to allow a specific programmer to create Team Projects within his dedicated collection. He belongs to the collection's TFS administrators group. When he tries to create a new Team Project, it fails with a Reporting permissions error. I understand that he also needs Reporting services permissions to create the relevant Reporting objects for the new Team Project, but I don't want him to be a full admin for the whole server's Reporting Services. Is there a way to allow him the full

Delete team project from Visual Studio Team Services

ぃ、小莉子 提交于 2019-12-03 00:04:35
问题 I am using Team Services on domain visualstudio.com and I need to delete one project, I found out that I need to use command prompt to delete projects, but when I tried the script it seemed that it doesn't work My Script is, TfsDeleteProject /force collection:https://mytfs.visualstudio.com/DefaultCollection MyProject My first mistake was that I didn't append DefaultCollection to the URL, but now I get error that I don't have privileges. 回答1: Thanks to @Christopher I was able to make the