Where I work, we've been using Subversion for years (apparently, I've not been here that long). There's some people here who'd prefer to use TFS, some who'd prefer to migrate to Mercurial and some who'd prefer to keep status quo. Other source controls (Git, others) won't fly because of poor Visual Studio integration.
The biggest issue/fear that a new source control would attenuate is fear of branching / merging.
I'd like to build a test that directly addresses which source control is better at merging two branches. Considering there probably isn't a "demo" version of TFS, it might be difficult. Still, it seems like an interesting problem.
To test this I'd need to know the following:
- What is a merge algorithm typically bad at?
- Can I find information on what merge algorithm a source control system uses (specifically TFS)?
- Can I come up with any advantages that one merge algo would have over another?
- What types of files do most VCS have trouble with?
More importantly, are any of you aware of someone who has already done this?