vote up 0 vote down star

For a solo developer using Visual Studio 2010 beta 2 is TFS Basic a better option than Subversion (with VisualSVN or Ankh) and (optionally) something like Cruisecontrol?

I don't need distributed source or even remote access. I don't really care about drilldowns and all that reporting. I just want version control & potentially automated testing & building.

EDIT: to respond to Bob Aman's questions (Thanks Bob)

I was considering self-hosting but off-site is a good idea , as you say. I back-up regularly. It is really only me who will have access to the repository so access control would not be complicated. I do have an MSDN subscription so cost is not an issue. The repository won't get particularly large - I'm not that productive. :/

flag

1 Answer

vote up 1 vote down check

Depends very much on a couple of factors. Are you hosting the repository yourself or outsourcing it to a company that handles that for you? (Highly recommended, since that usually means you get off-site backup and redundancy for cheap. Things that can sometimes be hard to get right.) It's a lot easier to find stellar hosting for Subversion. I believe there's only one or two options on the market for TFS hosting. How many people will have access to the repository? Do you need to set permissions on portions of the repository? How do you want to handle access control? If you need to do anything particularly complicated, it's either not possible in TFS or its very expensive. Subversion can usually handle it, though it's not always easy to set up.

Almost everything that TFS's version control can do can also be done on Subversion, either out-of-the-box or with the aid of some additional tool. Subversion also integrates pretty well with Visual Studio, though personally I always preferred TortoiseSVN. It's also a lot less expensive, assuming you don't already have TFS through MSDN subscriptions of some sort.

However, if you ever get into the extreme realms of version control (absurdly huge repositories, or gigantic binaries in the repository, for example) what you really want is Perforce.

link|flag
Thanks Bob. I have added responses to your questions to my original question. – CAD bloke Oct 29 at 2:16
If you're not ideological about either, I'd throw together a fake project and try them both out briefly. On the other hand, I am ideologically biased towards Subversion, partly because it's open source and partly because I don't touch anything Microsoft anymore. Plus, I remember VSS and automatically distrust Microsoft to handle source control. – Bob Aman Oct 29 at 17:44
We all remember VSS, even those of us (me) who never had to use it. Ya know what, I tried TFS 2010 beta 2 and to be hones, it was easy to install, set up and use. It works quite nicely with VSTS 2010 beta 2 - more smoothly than VisualSVN. I think I'm actually going to go with TFS - and Fogbugz cos TFS's work items are ugly. Who'd have thought? Disclaimer. I know a MSFT Regional Director who is an MVP in TFS & was involved in its development. FYI - this TFS blog is interesting blogs.msdn.com/bharry – CAD bloke Nov 8 at 4:30
Well, it's only partially an issue of how bad VSS was. What was far worse, IMHO, was Microsoft's non-existent response to how bad VSS was. Losing data is just not OK! – Bob Aman Nov 8 at 20:00
Is TFS version control based on VSS, Perforce/Source Depot, or "other"? – Andy Patrick Nov 10 at 10:45
show 1 more comment

Your Answer

Get an OpenID
or

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