Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Restrict access to just some source code in Team Foundation Server 2010

We have a commercial software product and we are about to hire new people to work on it. This product is in our core business and so we are afraid them to copy our entire source code, leave the company and sell it.

That said, what we'd like is to restrict access to just some parts of the source code using TFS 2010. The Visual Studio 2010 solution has about 14 projects.

We want to allow access not to every project of the solution and even in any allowed project setup what people would see and change for them.

Any ideas?

Best regards.

like image 384
Marco Alves Avatar asked Jan 19 '12 14:01

Marco Alves


1 Answers

You can deny permissions on folders in source control. If you have projects in your solution that needs to be shielded, then you have to create a smaller solution that only has the projects that the new employee has access to.

like image 180
Ewald Hofman Avatar answered Oct 07 '22 19:10

Ewald Hofman