Is the Subversion 'stack' a realistic alternative to Team Foundation Server? - Stack Overflow most recent 30 from stackoverflow.com2009-11-27T16:15:28Zhttp://stackoverflow.com/feeds/question/291145http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/291145/is-the-subversion-stack-a-realistic-alternative-to-team-foundation-server8Is the Subversion 'stack' a realistic alternative to Team Foundation Server?Robert S.2008-11-14T19:44:20Z2009-07-02T21:16:38Z
<p>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.</p>
<p>The particular areas I'm trying to cover are:</p>
<ul>
<li>Configuration management (e.g.,
source control)</li>
<li>Change management (workflow and doco
for change requests, tasks)</li>
<li>Release management (builds and
deployments)</li>
<li>Incident and problem management
(issues and bugs)</li>
<li>Document management (similar to
source control, but available via
web)</li>
<li>Code analysis constraints on check-ins</li>
<li>A testing framework</li>
<li>Reporting</li>
<li>Visual Studio 2008 integration</li>
</ul>
<p>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.</p>
<p>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?</p>
<p>Or should I just bite the bullet and go with TFS since we're already invested in the Microsoft stack?</p>
http://stackoverflow.com/questions/291145/is-the-subversion-stack-a-realistic-alternative-to-team-foundation-server/291156#2911563Answer by mgb for Is the Subversion 'stack' a realistic alternative to Team Foundation Server?mgb2008-11-14T19:48:00Z2008-11-14T19:48:00Z<p>Some very large projects are succesfully running on SVN or GIT. </p>
<p>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.<br />
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. </p>
http://stackoverflow.com/questions/291145/is-the-subversion-stack-a-realistic-alternative-to-team-foundation-server/291157#2911575Answer by tim for Is the Subversion 'stack' a realistic alternative to Team Foundation Server?tim2008-11-14T19:48:14Z2008-11-14T20:01:11Z<p>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. </p>
<p>I am pro SVN. (But TFS would work I am sure)</p>
<p>I'd suggest very light intrusion on daily tasks. </p>
<p>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.</p>
<p>So, to address each of your points:
SVN handles source control and is ancillary/included in change management and Release management</p>
<p>Change management/Workflow is basically defined by the project team and can be helped with simple tools or just enforced by policy.</p>
<p>Release management is also policy based and uses the existing framework/tools (SVN)</p>
<p>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)</p>
<p>FXCop and all the other tools can be part of a build for code analysis</p>
<p>Testing framework is more policy based than tool driven - you have to make it a priority if that is what you want.</p>
<p>Your reporting notion is vague, but I think you have more than enough tools in any scenario to satisfy this</p>
<p>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. </p>
<p>(I think you answered your own question.) This may end up being a religious war between MS and anti-MS sides. </p>
<p>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. </p>
<p>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... </p>
http://stackoverflow.com/questions/291145/is-the-subversion-stack-a-realistic-alternative-to-team-foundation-server/291159#2911590Answer by Dana the Sane for Is the Subversion 'stack' a realistic alternative to Team Foundation Server?Dana the Sane2008-11-14T19:48:45Z2008-11-14T19:48:45Z<p>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.</p>
http://stackoverflow.com/questions/291145/is-the-subversion-stack-a-realistic-alternative-to-team-foundation-server/291160#2911602Answer by mmattax for Is the Subversion 'stack' a realistic alternative to Team Foundation Server?mmattax2008-11-14T19:49:11Z2008-11-14T19:49:11Z<p>I would look into SVN,Trac,CruiseControl, and Nant... all free, open source, and extremely mature.</p>
<p>I have convinced my workplace on this stack, and I haven't looked back...</p>
http://stackoverflow.com/questions/291145/is-the-subversion-stack-a-realistic-alternative-to-team-foundation-server/291226#2912262Answer by Ken Gentle for Is the Subversion 'stack' a realistic alternative to Team Foundation Server?Ken Gentle2008-11-14T20:08:15Z2008-11-14T20:08:15Z<p>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.</p>
<p>Having said that, here are some other options:</p>
<p>You might want to take a look at Subversion + <a href="http://www.atlassian.com/" rel="nofollow">Atlassian</a>'s Jira (issue tracking), Confluence (wiki), Bamboo (CI), Clover (code coverage), Fisheye (repository "insight")</p>
<p>These are commercial tools, but are also already integrated and integrate well with Subversion.</p>
<p>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.</p>
<p>And finally, there's Computer Associate's <a href="http://www.ca.com/us/products/product.aspx?ID=255" rel="nofollow">Software Change Manager</a> which has <strong>the most obnoxious</strong> 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.</p>
http://stackoverflow.com/questions/291145/is-the-subversion-stack-a-realistic-alternative-to-team-foundation-server/297415#2974151Answer by Bill Echo for Is the Subversion 'stack' a realistic alternative to Team Foundation Server?Bill Echo2008-11-17T23:59:36Z2008-11-17T23:59:36Z<p>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.</p>
http://stackoverflow.com/questions/291145/is-the-subversion-stack-a-realistic-alternative-to-team-foundation-server/462342#4623422Answer by Ian Ringrose for Is the Subversion 'stack' a realistic alternative to Team Foundation Server?Ian Ringrose2009-01-20T17:51:37Z2009-01-20T17:51:37Z<p>Team Foundation Server also includes build management, TFS build management can be used for <a href="http://martinfowler.com/articles/continuousIntegration.html" rel="nofollow">Continuous Integration</a> as well as release builds etc. </p>
<p>I have used <a href="http://confluence.public.thoughtworks.org/display/CCNET/Welcome+to+CruiseControl.NET" rel="nofollow">CruiseControl.NET</a> 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.</p>
<p>Also consider Vault or Fortress from <a href="http://www.sourcegear.com/" rel="nofollow">SourceGear</a>, as the are designed to be easy for people that are used to Visual SourceSafe, .e.g. they have pinning.</p>
http://stackoverflow.com/questions/291145/is-the-subversion-stack-a-realistic-alternative-to-team-foundation-server/1076731#10767310Answer by Tungano for Is the Subversion 'stack' a realistic alternative to Team Foundation Server?Tungano2009-07-02T21:16:38Z2009-07-02T21:16:38Z<p>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.</p>