we use TFS-2010. we have one Team project under Project collection. and we have 15 Project under team project. now another team (not company employee) is going to join from remote location. and they are going to work on one specific project.
Problem:
so i would like to do is to set permission in a such a way that they should see only that particular project, rest 14 project should be hidden from them(not even able to check out or get source any how).
TFS server currently runs on premises. and we are accessing it as Domain uses.
thanks for any help.
相关问题
- Django check user group permissions
- Getting error: File extension specified '.webt
- Using TFS command line tf.exe how can I copy a rep
- TFS Power tools Migrate doesn't actually migra
- SQL Server 2012- Create Database permission denied
相关文章
- Is it possible to do a “destroy history” in TFS?
- Flutter - http.get fails on macos build target: Co
- How do I make a TeamCity build appear in the TFS B
- TFS vs. JIRA/Bamboo/SVN [closed]
- Why doesn't my .tfignore file ignore my packag
- Is it possible to create a docker container from T
- How to Move TFS 2010 Build Definition between Proj
- unable to access '/Users/dida/.config/git/attr
What we do at work when consultants need access to our source control is to create a new branch with the code they are going to work on, and grant them permissions to just that one branch. Your group could also work out of that branch and merge back into your main branch when appropriate.
You can select any folder in source control explorer, right-click, properties, Security tab, and restrict or grant rights to each specific folder by roles.
This way you could create a new TFS Security Role, call it Consultants (from Team -> Team Project Settings -> Group Membership -> New...). Grant it access to the appropriate folders then assign all your consultants domain accounts to it.