vote up 7 vote down star
7

I'm evaluating Microsoft Team Foundation Server for my customer, who currently uses Visual SourceSafe and nothing else. They have explicitly expressed a desire to implement a more rigid and process-driven environment as their application is in production and they have future releases to consider.

The particular areas I'm trying to cover are:

  • Configuration management (e.g., source control)
  • Change management (workflow and doco for change requests, tasks)
  • Release management (builds and deployments)
  • Incident and problem management (issues and bugs)
  • Document management (similar to source control, but available via web)
  • Code analysis constraints on check-ins
  • A testing framework
  • Reporting
  • Visual Studio 2008 integration

TFS does all of these things quite well, but it's expensive and complex to maintain, and the inexpensive Workgroup edition doesn't scale. We don't get TFS as part of our MSDN subscription.

Those problems can be overcome, but before I tell my customer to go the TFS route, which in itself isn't a terrible thing, I wanted to evaluate the alternatives. I know Subversion is often suggested for its configuration management/source control, but what about the other areas? Would a combination of Subversion/NUnit/Wiki/CruiseControl/NAnt/something else satisfy all of these requirements? What tools do I need to include in my evaluation?

Or should I just bite the bullet and go with TFS since we're already invested in the Microsoft stack?

flag

My personal experience with TFS vs. Svn et al, is that initial setup for TFS is cake and provides excellent integration out of the box. My Svn/VisualSVN/CC.NET/NAnt implementation took me days to get installed and integrated (first timer!). Once up and running, they both work well, but prefer TFS. – Mr. Kraus Nov 15 '08 at 16:22

8 Answers

vote up 5 vote down check

Good question(s). I've never used TFS but all this certainly is possible with a number of tools. The biggest hurdle is the culture and mindset of the company and developers.

I am pro SVN. (But TFS would work I am sure)

I'd suggest very light intrusion on daily tasks.

Having sandboxes or promotion rules from one branch to another in SVN is one way to do code analysis without holding up the commit process.

So, to address each of your points: SVN handles source control and is ancillary/included in change management and Release management

Change management/Workflow is basically defined by the project team and can be helped with simple tools or just enforced by policy.

Release management is also policy based and uses the existing framework/tools (SVN)

Most any of the popular defect/issue tracking systems will handle the Incident and Document management - think wiki with trac or fogbugz (along with SVN for doc mgmt)

FXCop and all the other tools can be part of a build for code analysis

Testing framework is more policy based than tool driven - you have to make it a priority if that is what you want.

Your reporting notion is vague, but I think you have more than enough tools in any scenario to satisfy this

I am not sure what you really need as far as integration with 2008. In any case this not much can be as as tightly coupled as TFS, but I don't see that as a problem.

(I think you answered your own question.) This may end up being a religious war between MS and anti-MS sides.

In the three places I was at where I was in charge of recommending and implementing a solution, we voted with our wallets - against MS. I am sure TFS is capable, but the competition is quite up to the task and I think those tools translate well for other jobs.

As for tools to consider - I think searching Stack overflow for nant, msbuild, cruisecontrol, etc will give you more content than you can shake a stick at...

link|flag
+1 If the barrier to adopting svn is too high (used to MS products), then it might be worth your effort to spend more. – Dana the Sane Nov 14 '08 at 19:50
While the various "* Management" requirements are process/policy focused, there are discrete tools that support them. For example, TFS has a built-in workflow for managing the lifecycle of a workitem. That would cover meeting the change management requirement. – Robert S. Nov 14 '08 at 20:26
vote up 3 vote down

Some very large projects are succesfully running on SVN or GIT.

I would be inclined to use different best of breed apps that talk to each other than a single monolithic creation like TFS. A lot of free and commercial bug trackers integrate with SVN as do test runners. It's also generally easier to create your own interfaces to something like SVN than to make an MS server app do something new.
And finally it's easier to migrate from something like SVN to the next great new thing than to get data out of a proprietry package like TFS.

link|flag
And with SVN you do not have the pessimistic locking problems you have with TFS. Anyone can modify a file and conflicts are resolved through merging, rather than exclusively locking files while working on them. – ewalshe Dec 23 '08 at 21:42
That's just a detail of SVN vs TFS cvs-like approach, TFS could put SVN/Git behaviour in the next version but my point still stands. – Martin Beckett Dec 23 '08 at 22:50
@ewalshe TFS can allow multiple people to edit the same file. – blu Jun 30 at 19:32
vote up 0 vote down

As much as people hate consultants, you might consider talking to a firm that does commercial svn support. If TFS is as expensive as you say, this may save you some money with the benefit of starting you off with a good setup. There are risks involved with this of course.

link|flag
TFS is roughly $10k for the server and $400 per license, retail pricing. – Robert S. Nov 14 '08 at 19:53
Here are some official support providers subversion.tigris.org/commercial-support.html/… I did a quick check and support starts at $4-5k. I guess it would come down to how much support MS provides. – Dana the Sane Nov 14 '08 at 20:05
My rule of thumb would be to expect the Subversion support providers to do a better job of support (which is what they're paid for) than Microsoft (which makes money by selling software). Individual cases can of course vary dramatically. – David Thornley Jan 20 '09 at 18:24
vote up 2 vote down

I would look into SVN,Trac,CruiseControl, and Nant... all free, open source, and extremely mature.

I have convinced my workplace on this stack, and I haven't looked back...

link|flag
vote up 2 vote down

If the target developers are Microsoft-centric and the customer wants enforcable process, then staying with the TFS is a good call. Implementation costs have to take into account the learning curve, any lost productivity and existing infrastructure. If this is a big shop, and it sounds like it is, you'll also need an "IT" team's buy-in, which may be hard to get with a whole new technology stack.

Having said that, here are some other options:

You might want to take a look at Subversion + Atlassian's Jira (issue tracking), Confluence (wiki), Bamboo (CI), Clover (code coverage), Fisheye (repository "insight")

These are commercial tools, but are also already integrated and integrate well with Subversion.

The Rational toolset, which IBM now sells and develops, is robust, reliable and is very process-oriented. Probably more expensive than TFS, though. I have not used this recently, but in past engagements it performed well for those shops.

And finally, there's Computer Associate's Software Change Manager which has the most obnoxious process enforcement of any tool I've ever had the misfortune to be forced to use. But if anal-retentive, obsessive/compulsive mandatory process is what you want, this is the tool for you.

link|flag
Excellent answer, thanks very much. I have a strong feeling the customer is going to go with TFS because of the implied safety net. – Robert S. Nov 14 '08 at 20:25
Just a note to steer clear of Rational ClearCase IMHO. "Robust, reliable, process oriented" is management speak for "takes 10 minutes to check in one change, and 10 minutes for another developer to be able to see that change". It's a control freak's wet dream, but hell for the people on the ground. – madlep Nov 18 '08 at 0:32
@madlep: No argument about the taking more time. I'm not in management, never have been, never really want to be. I use the words I think are most accurate, and it is very hard to argue that Rational's toolset is not 'robust, reliable, and process-oriented'. And believe me, CA's is MUCH worse. – Ken Gentle Nov 18 '08 at 3:00
vote up 1 vote down

I associate the "Subversion stack" with FOSS for some reason. Not that it can't be used for enterprise work, but in my experience, enterprise customers prefer the all-in-one solution.

link|flag
vote up 2 vote down

Team Foundation Server also includes build management, TFS build management can be used for Continuous Integration as well as release builds etc.

I have used CruiseControl.NET with Subversion for build management and it worked. However TFS will give you more control and auditing etc. Consider if you wish to have that level of control over your programmer, or should you be trusting them more.

Also consider Vault or Fortress from SourceGear, as the are designed to be easy for people that are used to Visual SourceSafe, .e.g. they have pinning.

link|flag
It's interesting you mentioned Fortress, as that's what we went with. We also use Cruise Control.NET. The only hiccup now is deployment. I haven't nailed that down yet. – Robert S. Jan 21 '09 at 1:28
vote up 0 vote down

Though question, I think both routes have their merits. I really like the usability of basic & daily operations that TFS provides through it's Visual Studio integration. GUI'wise if you compare it to TortoiseSVN it really looses feature wise. TFS does have a command line utility that covers most functionality missing in the GUI. Beyond source control I think TFS provides far stronger cohesion when it comes to setting check-in/commit policies, associating it with work items and such. I like the web interface in particular that TFS provides (although do look into it's licensing model before getting overly enthusiastic) Merge conflict handling is rather poor in VS2008, something they will be improving in VS2010. TFS is somewhat a jack of all trades, perhaps mastering non. However also TFS allows hybrid solutions when it comes to continuous integration, various tools from what you call "Subversion stack" can be used in combination with TFS also.

link|flag

Your Answer

Get an OpenID
or

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