Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there anything like a small version of TFS?

Is there anything that has features of TFS(Like Source Control, Debug, Testing,...) that we can use in a workgroup with a small team(say 1-6 persons)?

BTW: we are using VS 2008 Team Suit

like image 627
mrtaikandi Avatar asked Dec 23 '22 14:12

mrtaikandi


2 Answers

Do you particularly need it all in one package? Various open source projects only do one thing, but integrate nicely with others. For instance:

  • Subversion for source control
  • Trac for bug tracking
  • Cruise Control .NET for continuous builds
  • NAnt for build management
like image 67
Jon Skeet Avatar answered Dec 28 '22 10:12

Jon Skeet


Use the Team foundation workgroup edition but be warned. Under no circumstances think of source safe.

There are many other very good alternatives for all you seek. To many to mention, so will leave particular recommendations to others.

like image 44
dove Avatar answered Dec 28 '22 08:12

dove