Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for best practices when working with TFS source control

I'm looking for a good summary of best practices for working with TFS source control:

Examples:

  • Get latest before checking in
  • Make sure everything builds after getting latest but before checking in

etc.

like image 936
Matt Ruwe Avatar asked Sep 10 '09 16:09

Matt Ruwe


People also ask

How do I set up Team Foundation version control?

If you have not already done so, open your solution, (Keyboard: Ctrl + Shift + O) and then open Solution Explorer (Keyboard: Ctrl + Alt + L). Add your solution to source control. On the Choose Source Control dialog box, choose Team Foundation Version Control.

What is the difference between Git and Team Foundation version control?

The major difference with branching between Git and TFVC is that TFVC makes copies of the parent from which it branched while Git branches are just pointers to a commit. This can be a tough concept to understand. When TFVC creates a branch, it creates an entire copy of its parent. This ends up taking more space.


1 Answers

See patterns & practices VSTS Guidance Project and patterns & practices Team Development with TFS Guide.

like image 191
John Saunders Avatar answered Oct 22 '22 23:10

John Saunders