vote up 9 vote down star
6

I am about to start a project (.NET) and need to decide between TFS and SVN.

I am more used to SVN(with tortoise client), CVS and VSS. Does TFS have all features available in SVN

Have any of you switched from SVN to TFS and found it worthwhile?
Also it looks like we may need Visual Studio if we need to work with TFS.

[Edit]
Money is not a consideration since we already have the licenses for TFS in place. And I am more interested in the Source Control features of TFS vs SVN, of course other features list is also welcome.

flag

53% accept rate

13 Answers

vote up 8 vote down check

Well, to me, the choice is obviously TFS :

  • SVN integration into Visual Studio is incomplete to say the least (a lot of features aren't available from the IDE), and a bit buggy (AnkhSVN certainly is), while TFS one is perfect (which makes sense...). I've had my whole workspace corrupted several times using SVN (during one month), never using TFS (aprox 2 years)

  • While Source-Control related features of both systems are probably quite equivalent, they are accessible directly from the IDE with TFS, while you have to rely on TortoiseSVN or other external tools if you use SVN. Almost all TFS tasks are accessible in a few clicks on the solution explorer tab.

  • Merging is a lot easier with TFS, even for complex merges (for example, SVN will add <<<<<<'s and >>>>>>>>>'s to your .csproj files, so you'll need to manually edit them to open them again from VS.)

While I think those reasons are more than enough to prefer TFS over SVN, I mus add that :

  • TFS is more than just a source-control tool (think work items, project portal, etc.)

    I've used it on a medium-sized project (12 coders, 3 testers, 3 business analysts) in the past, and we've been able to successfully centralize all the tasks in TFS (bug reports, project documentation, build process, etc.)

    I'm not saying it's not possible to do the same using SVN and other third-party tools, but it's definitely nice to have all things nicely integrated in one product.


To stay fair, here are the two obvious drawbacks of TFS :

  • Its price

  • Installing TFS is quite a pain, while SVN installation is a matter of minutes.

    Installing TFS 2008 over SqlServer 2008 is quite complicated, you cannot install TFS on a PDC, etc. To me, it's definetely the worst installation experience I've ever had with a Microsoft product.

    That being said, once installed, TFS is very easy to use (especially for coders not familiar with source control systems)


In my current project, I started with SVN, and quickly switched to TFS. I'm happy I did.

The main reason why I've decided to switch is clearly the overall buggy behaviour of SVN (I was using VisualSVN as a server and AnkhSVN as a client). At least once a week, I found myself spending hours on cryptical AnkhSVN error messages.

To date, I haven't found a single reason to regret the switch to TFS.

link|flag
Actually there is shelving in latest Subversion release. – Eugene Morozov Mar 19 at 9:02
Also check SVN annotate command to check who touched a particular line of code. Don't know whether it works in the VS integration, but works perfectly in Emacs. :) – Eugene Morozov Mar 19 at 9:03
TFS is a PITA to install, but done right it's pure magic – Jonathan C Dickinson Mar 19 at 9:12
1  
svn + visual svn and tortoise svn is very seamless and not buggy in the slightest. – Dan Mar 19 at 9:41
2  
I find it extremely hard to believe how big a proponent of TFS you are, because I use it at work and its the most painful thing I have come across. It does a horrible job at merging and while SVN may add markers on conflicts, those are easy to fix. Files go missing when you use TFS! TFS sucks... – achinda99 Mar 19 at 15:20
show 17 more comments
vote up 4 vote down

Check out this article before you decide: A Comparison of TFS vs Subversion for Open Source Projects

link|flag
I not Jeffs comment in the article with amusement "Codeplex will never, ever support Subversion...its an architectural impossibility" (made 2 years ago). Never, say never, like "we will never need more that 640K of memory". ;) – AnthonyWJones Mar 19 at 8:24
vote up 1 vote down

I don't have experience with TFS, but IDE integration is something you should think about. TFS obviously integrates very well with Visual Studio. AnkhSVN, the only usable free plugin for VS, is often problematic, even in the new versions. I haven't tried VisualSVN, though.

link|flag
TFS integrates with VS, but is not so nice if you want to use it with anything but VS. To me, this is a tradeoff. SVN works better outside of VS, but there are other options. – Reed Copsey Mar 19 at 8:05
Personally, I like tortoise-svn. The IDE should focus on letting me edit code - I can manage my repo separately, thanks. Most times, I won't do a commit without running my "proper" build/test script at the command-line anyway, so dropping out of the IDE isn't an issue. – Marc Gravell Mar 19 at 8:09
A confirmation here: I don't AnkSVN for more complex operations (e.g. I don't know whether it can svn copy and merge these days) but there is always TortoiseSVN or the svn command line client to help me out. Together they are fine for my needs (maintenance programming on .NET applications). – reinierpost Mar 19 at 8:24
I stopped using AnkhSVN because it bugged way too often, including corrupted working copy and whatnot. Would be nice with a VS svn plugin that worked, but TortoiseSVN is comfortable enough. – snemarch Mar 19 at 8:44
If the last AnkhSVN you tried is an 0.X/1.X version, please try the 2.0 versions before you jump to conclusions; 2.0 is a nearly complete rewrite of the old version. Solution explorer actions like renames, refactoring etc. is all handled and in most cases noticable faster than with all other clients – Bert Huijben Mar 19 at 9:17
show 1 more comment
vote up 4 vote down

I've used both - but actually, I've switched my main projects from TFS into SVN. I find the offline and anonymous access very valuable in my projects.

In general, I think they are comparable. I would just pick the one you know the best, and you are the happiest maintaining. I don't find the specific features in one dramatically outweight the features in the other system.

link|flag
TFS 2008 has offline access. – Greg Beech Mar 19 at 8:38
Yep - sure does and that works great, too! – Pure.Krome Mar 19 at 9:54
Good to know. Thanks. – Reed Copsey Mar 19 at 13:45
Even though it does, the fundamental model of offline access is, I must say, broken. The "check out" action is rather ludicrous in a disconnected model, but TFS still makes you do it. And if you don't, it doesn't recognize your changes like SVN does. Ugh! – Dave Markle Sep 17 at 2:04
vote up 3 vote down

Having used TFS 18 months back I found it buggy, slow, annoying, very limited search criteria and it had the feel of a product rushed out by a team of un-interested, under paid, over worked techs being forced to use Sharepoint and other MS technologies because that's what marketing wanted. Seriously it was a dog, I would have rather used SourceSafe!

SVN on the other hand is bit techie, IDE integration is a pain, and it can occasionally get confused, but the user base is massive and most issue can get resolved with a quick SO quesition.

Have you considered Vault? Works well, and isn't too pricey.

link|flag
18 months ago that would have been a fair comment; with TFS 2008 SP1 the situation is much improved and it's no longer slow or buggy. – Greg Beech Mar 19 at 8:37
I've never experienced a single bug in TFS since SP1 – Brann Mar 19 at 8:42
Fail post - 18 months is a very long time. It's current version is very stable and works very very very very well. – Pure.Krome Mar 19 at 9:53
Maybe a fail, but that doesn't exucse releasing such poor software, I'm happy to be wrong, but it's a valid point of view. – MrTelly Mar 19 at 10:20
vote up 14 vote down

"One can not compare between TFS and SVN"

SVN: is Source Code Versioning System
TFS: is full fledged Software Development Management system which contains, Version control, Release management, Requirements tracking, Document publishing and other things.

Both have nice to use IDE integration add-ins(e.g. AnkhSVN, Collabnet's add-in) available for VS2005, so that is not the point to consider.

Criteria to consider for choice:
- If you have a no or small budget project choose SVN
- If you are only looking for version control system choose SVN, if you are looking for complete development management choose TFS
- If you have patience to juggle with different integration tools (CruiseControl.Net, NUnit, NCover, FIT) to achieve proper development environment choose SVN, or if you are looking for out of the box implementation of all these for you then choose TFS

link|flag
1  
@nils : I definitely disagree about the "both have nice IDE integration". TFS integration into VS is perfect. SVN integration is incomplete (a lot of features are only available from command line), and sometimes a bit buggy. IDE integration is certainly an important thing to consider. – Brann Mar 19 at 10:06
IMHO, lot of times my visual studio starts crawling as well. If you look for a proper add-in u will get a lesser buggy one. – nils_gate Mar 19 at 10:42
The SVN plugins for VS are pretty good and after the pain I've gone through with TFS, never again. TFS may be fully integrated with VS, but it doesn't mean that it makes the actual version controlling or simple functions any better. – achinda99 Mar 19 at 15:26
@achinda99 : what SVN plugin are you using? – Brann Mar 19 at 15:27
@Brann: VisualSVN is good, so is AnkhSVN – achinda99 Mar 19 at 15:49
show 2 more comments
vote up -9 vote down

Neither!

  • TFS is too expensive, and too proprietary. It doesn't port to a cheaper option if you need to in the future.

  • SVN is last century's version control. It just doesn't have the features.

Use something modern and FREE like GIT or Mercurial.

link|flag
vote up 5 vote down

It's been 1.5 years now that I'm using SVN for various projects. Setups I've used so far:

  • AnkhSVN client for Visual Studio. It integrates nicely as Source Control provider since version 2.
  • Servers either CollabNet Subversion on windows or Apache 2.2 with SSL + SVN through DAV on linux.

Haven't had any problems with any of these setups and I definetly recommend using SVN as it's free and easy to start using. Also many project management / bug tracking packages integrate with SVN (like trac for instance).

link|flag
vote up 1 vote down

I'd say TFS is more than just source control. If you can afford it, I would definitely advise to use it. When you start using Team Builds for example, or using stuff like Work Items, then you'll see that TFS can really manage your whole development life cycle, providing a rich environment in which reporting, ease of use, slick VS integration and solid source control are all rolled in to one.

It does require some iron on the server side. I do not find it to be slow however, it works nicely over VPN and supports offline work.

A major con is the install process (on the server side) which is tedious, non-flexible and in my mind (I come from a field in which packaging up apps and deployment are very important) a bad example of how SQL Server, Reporting Services, Sharepoint and webservices could be installed.

link|flag
vote up 4 vote down

If you're familiar with svn I'd stick with it. Tfs isn't free and isn't simple. It does far more than just source control. If you're a .net shop like us and you're deciding what product to use for the whole dev cycle it's a contender, but for simple source control it's overkill.

link|flag
vote up 1 vote down

I'd pick SVN. I've worked with SVN from a developer standpoint before and I currently work with TFS, and let me tell you that TFS is painful. While TFS is feature full and is more than just version control, its version control is sloppy at best. Merging is horrendous and many of us now turn to manual merging or merge tools because we can't rely on TFS. Files go missing, aren't downloaded to the local system sometimes, and there are just oddities in its behavior that make you want to bang your head against a desk.

That being said, if you want TFS in all its glory, are willing to work with its pain points, it is a great tool to setup automated builds, and releases.

link|flag
vote up 0 vote down

TFS can import from SVN, however SVN cannot import from TFS. So if you don’t find a good reason otherwise use SVN, as it is easier to change your mind later.

One of the best things about SVN is that every source code control system I know of can import from it, so choosing SVN us a very low risk option.

link|flag
vote up 0 vote down

My company did a lot of research and bought TFS 2008. If you're interested in TFS, I have a copy to sell - TFS 2008 and 5 CALs (client licenses). We bought it for a project and never used it. We'll give you a great price, well below list. Email me at chorton12 (at) yahoo (dot) com.

link|flag

Your Answer

Get an OpenID
or

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