I am going to start using the source control in my company and I don't know which solution would be best. Team Foundation? Tortoise? Something different?

We have a VMware server connected to the local network / VPN. I can make a separate Windows Server 2008 / Linux machine to store the data.

We are using Visual Studio 2008 and VS 2010.

link|improve this question
feedback

closed as not constructive by Sathya Oct 21 '11 at 9:26

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

2 Answers

TortoiseSVN + Apache for http-access to repos (VisualSVN Server in case of Windows-core)

link|improve this answer
I would add AnkhSVN for tight integration into visual studio: ankhsvn.open.collab.net – bernhardrusch Oct 21 '11 at 9:16
or VisualSVN - visualsvn.com/visualsvn – Lazy Badger Oct 21 '11 at 9:23
feedback

If you're using VStudio exclusively, TFS (Team Foundation Server) may make more sense. It includes a ticketing system and integrates well with testing and QA workflows + there are tons of integration scenarios and plugins available.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.