Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In Team Foundation Server, How does one fork a project?

My question in self explanatory. Is it possible to fork a project in team foundation server, and how would I go about forking a project in TFS if it is possible?

like image 849
Eon Avatar asked Mar 01 '12 13:03

Eon


People also ask

How does Team Foundation Server work?

Team Foundation Server (often abbreviated to TFS) is a Microsoft product that provides tools and technologies designed to help teams collaborate and orchestrate their efforts to finish projects or create a product. It enables DevOps capabilities covering the entire application lifecycle.

What is Team Foundation Server Why did you use it?

What Team Foundation Server Does. Team Foundation Server (Microsoft TFS) helps manage teams and their code. It's because TFS offers a combo of version control, issue tracking, and application lifecycle management.

How much does Team Foundation Server cost?

Software. You'll have to purchase the TFS software, which retails for $499. You'll also have to install the Windows Server OS, which is $882.


1 Answers

I believe you mean tfs's "branch" when you say "fork". You can do it either from visual studio or from command line. In VS, in source control explorer select folder and from context menu choose "branch".

like image 133
MichalMa Avatar answered Sep 28 '22 12:09

MichalMa