0

we are using TFS (2012) And i want to define one spesific file's check-in permission. e.g.: Only administrator can change my config file, that file should be read only to others.

is it possible to fobid other users to check-in spesific file in the project?

Isaiah4110
  • 9,855
  • 1
  • 40
  • 56
Aurora
  • 422
  • 1
  • 7
  • 21

1 Answers1

0

You can either use a file lock as a temporary short term solution, or you can set the security for the individual file.

Right click on the file and then goto Advanced.

From here you can choose lock, or security.

source file right click context menu

using the Security window you can set the rights to check in or read as shown in the image below

File Permissions

If you don't have the rights to set the source control permissions then it may need to be set up by an Administrator

Just TFS
  • 4,697
  • 1
  • 18
  • 22