How to check the code in tfs 2010?

I have 3 user levels in Team Foundation Server:

  • Programmer . The code browser must view its code and cannot verify its own code.
  • Professional programmer : their code does not need to be reviewed, but a copy of their code should automatically be sent to the code browser
  • Code review : their code does not need to be verified and can be verified directly

How can I implement this?

+5
source share
4 answers

One approach is to use branches and warnings. For instance...

  • "" , .
  • "RequiresReview", Main , .

TFS , , , Main ( ) ( RequiresReview )

, ( Main RequiresReview)

ShelveSets . , , , . Main RequiresReview - "on" , "" .

, . - .

, Visual Studio 2012 2013 ( , shelveset ), 2010 , .

+5

TFS 2010, . TFS 2012 VS2012 , , .

, , :

TFS AD , Checkout Lock , . , , . ( , ), . , . , ( , ).

, , , . TFS AD . .

( , , ). , Code Reviewer. TFS, , - -. . " " , . TFS Power Tools, ( ).

, TFS, :

( ), , - . , , , , TFS 2012.

TFS 2012 (ppt , , , ).

+3

All Articles