| |
|
|
| |
|
|
| |
| |
|
|
In this lab we'll learn about handling source code using the source control tool that is part of the Team Foundation Server component of Visual Studio 2008 Team System. Source control is a mechanism by which the source files that contain the code for a project are managed as they change over time. It provides a way to track who changed the code, when and what they changed, and other file management tools.
Each of the following subsections deals with the various operations one can do
using Visual Studio's source control component. We will go over the steps for opening a project / solution managed by TFS, getting
the latest version / specific version of the code from the source control, checking in changes made to the source, shelving and un-shelving
changes made to the source, comparing any two versions of source and resolving conflicts
which can occur as part of checking in or checking out the source code.