Content deleted Content added
forked off from VSTS, content moved, adaptation going on |
formatted for adaptation as standalone article, significant expansion coming up in next few days |
||
Line 1:
'''Team Foundation Server''' (commonly abbreviated TFS) is a [[Micorosoft]] offering for [[source control]], [[reporting]] and project tracking, intended for collaborative [[software development]] projects. It is available either as a standaalone software, or as the server side backend platform for [[Visual Studio Team System]].
The server-side component is Team Foundation Server (commonly abbreviated TFS), which comprises two components: The application tier and the data tier. The application tier is a set of web services that provide access to TFS functionality, and a web portal and document repository facilitated by [[Windows SharePoint Services]], whereas the data tier is essentially a [[Microsoft SQL Server]] 2005 Standard installation that warehouses all the information for TFS. Both tiers are required, but can be installed on the same or separate servers.▼
==Overview==
▲
Any given Team Foundation Server contains one or more Team Projects, which consists of Visual Studio solutions, configuration files for Team Build and Team Load Test Agents, and a single Sharepoint repository containing the pertinent documents for the project. When creating a project, a software development framework must be chosen, and cannot be changed afterwards.
Line 5 ⟶ 8:
Most activity in Team Foundation Server revolves around a "work item". Work items are a single unit of work which needs to be completed. In many respects they are similar to a "bug" item in [[bug tracking system]]s such as [[Bugzilla]], in that a work item has fields to define Area, Iteration, Assignee, Reported By, a history, file attachments, and any number of other attributes. Work items themselves can be of several different types, such as a Bug, a Task, a Quality of Service Requirement, a Scenario, and so forth. The framework chosen for any given project in a Team Foundation Server defines what types of work items are available and what attributes each type of work item contains.
===Source control===
Team Foundation Server provides a [[source control]] repository. Unlike Microsoft's previous source control offering, [[Visual SourceSafe]], which relied on a file-based storage mechanism, Team Foundation source control stores all code, as well as a record of all changes and current check-outs in a SQL Server database. It supports features such as multiple simultaneous check-outs, conflict resolution, shelving and unshelving (Shelving is a way to save a set of pending changes without committing them to source control.), [[Branching_%28software%29|branching]] and merging, and the ability to set security levels on any level of a source tree. The source control mechanism integrates with Team System's work items as well; when a check-in (termed "changeset") occurs, a developer can choose to have their code associated with one or more specific work items, to indicate what the check-in works towards solving specific issues. TFS administrators can enforce check-in policies that require Code Analysis requirements to have passed, as well as to enforce the association of check-ins with work items.
===Reporting===
Reporting is another major component of Team Foundation Server. Using the combined data for work items, changesets, and information provided by Team Build and results from Test Agents (described below), a variety of reports can be created. For example, the rate of code change over time, lists of bugs that don't have test cases, regressions on previously passing tests, and so on. The reports are built using [[SQL Server Reporting Services]], and can be exported in several different formats, including Excel, [[XML]], [[PDF]], and [[TIFF]]. Reports can be accessed both through Visual Studio, as well as through the web portal.
==Team build==
''Team Build'' is a build server included with Team Foundation Server that can be installed on most any machine that can support Visual Studio. Machines configured with Team Build can be used by developers to do a complete build of the most recent bits contained in source control. a
==External links==
*[http://msdn2.microsoft.com/en-us/teamsystem/aa718934.aspx Team Foundation Server Team Center]
*[http://www.microsoft.com/downloads/details.aspx?familyid=D5C12289-F4E4-49A9-9235-AB2F6D4CA097&displaylang=en Trial download]
[[Category:Microsoft software]]
|