vote up 7 vote down star
6

Hi all,

This is a placeholder to version control system overview.

What i want to do here is :
1) List all tools used in the industry.(please provide a link to the tool discussed).
2) Gather ppl opinion on each tool.(Please back up your opinion with facts i.e provide advantages and disadvantages)

Cross Links: What is your bug/task tracking tool (FAQ)

Please put each tool in separate answer and please make it community owned wiki to give an option to add/edit to as many ppl as possible.

flag
show 4 more comments

43 Answers

1 2 next
vote up 41 vote down

Subversion with Tortoise

link|flag
show 3 more comments
vote up 1 vote down

Rational ClearCase with UCM
(useful because we have many different projects which must be deployed in a single production platform, so UCM helps us to keep track of all the configurationS and ensure the same configuration list has been used by all involved project)

Otherwise, subversion for smaller stand-alone project.

link|flag
vote up 13 vote down

Git is the way to go. It beats anything else speed-wise and it's dead simple to use. Not to mention the easiest branching and merging I've ever seen.

There are Windows versions available as well, such as MSysGit.

It has two great GUI tools that one should use:

  • Gitk to inspect your and other people's changes and history
  • git-gui to add new files, commit and revert changes

Gitk can also be used to cherry-pick the changes from other people that you want to pull into your repository, and git-gui can be used to cherry-pick your own changes that you wish to commit for others to see.

link|flag
1  
I can't recommend git for our company for two reasons. (1) git in Windows can't handle Unicode filenames. (2) DVCS all have the issue of their work flow not being able to handle non-mergable files, e.g. Word and Excel docs, schematics, many proprietary binary file formats. – Craig McQueen Sep 17 at 2:26
show 7 more comments
vote up 1 vote down

CVS: 1 2

Advantages:
1. Free
2. Stable
3. Widely used
4. Supported on many platforms

Disadvantages:

  1. Can't group change sets (i.e changes for more than one file)
  2. Do not keep history on file/directory changes (move/delete/rename)
  3. Tagging/checkout is slow for big repositories

Feel free to add more

link|flag
show 4 more comments
vote up 0 vote down

I've worked in teams that have variously used CVS and SVN. I don't have a strong preference but lean toward SVN. If you're on Windows, Tortoise is a pretty good complement to SVN.

link|flag
vote up 0 vote down

For commercial CM tool reviews checkout this: http://www.cmcrossroads.com/content/blogcategory/38/228/

link|flag
vote up 6 vote down

I use Subversion with Eclipse integration from Subversive.

Tools to avoid :

CVS since SVN is better on all regards

SourceSafe since it can corrupts files

link|flag
vote up 0 vote down

I recently used SourceAnywhere Hosted, it suited my needs well. Some benefits are:

  • Relatively cheap (pay per programmer per month). Stop paying per user when you don't need it
  • It's hosted, so it's quick to set up, fully managed including backups. All you have to concentrate on is producing software
  • It looks like and works like VSS. Good for some people (myself), probably not everyone's preference.
  • Works well for developers working remotely using the internet (no VPN).

http://www.dynamsoft.com/Products/SourceAnywhere-Hosting-Version-Control-Source-Control.aspx

link|flag
vote up 10 vote down

Mercurial.

  • Simple command set
  • Written and extended in Python
  • Easy learning curve for git users
  • Fast, without git rebase
  • TortoiseHg: Windows GUI like TortoiseSVN, under development
link|flag
show 1 more comment
vote up 1 vote down

We also use Subversion with Tortoise SVN but in my oppinion its a bit a pain in the neck. I don't know if it is the Tortoise program, Subversion itself or even Windows. However, everytime I do a modification check, there is a terrible hard drive activity. I think its related to the everytime recursive scan of the .svn subdirectories that makes it this expensive.

Personally I would stick with git, too. It doesn't have those subdirectories and maintains all code tree information in one central place. I also like the distribution feature of git, so I don't have to bother with central branches that no one ever is going to need.

There are two nice Google TechTalks which introduce git a bit more and show it's advantages over other SCM systems. I think they both give a good overview.

http://www.youtube.com/watch?v=8dhZ9BXQgc4 with Randal Schwartz

and

http://www.youtube.com/watch?v=4XpnKHJAok8 with Linus Torvalds

link|flag
vote up 2 vote down

darcs

Advantages:

  • very easy to set up a repository
  • easy to use
  • very powerfull
  • nice theory about patches
  • distributed (unlike svn/cvs)

Disadvantage:

  • not very easy to get working on windows
link|flag
show 3 more comments
vote up -1 vote down

Subversion

[This is a stub - please add Subversion info]

link|flag
vote up -1 vote down

Bitkeeper

[This is a stub - please add Bitkeeper info]

link|flag
vote up 0 vote down

RCS

RCS was pretty much superceded by CVS and later Subversion.

It relied on locking, which most people are glad to see the back of.

RCS could be compiled with strict locking or without it; it did not absolutely rely on locking versions.

For simple version control, RCS is a workable product. It has its deficiencies - in modern terms, the lack of changesets is one problem (changes are particular to a single file). But it was a solid VCS - as was SCCS in its day. And there are definitely people still using RCS - I do, for one. Granted, I'm looking to move to a DVCS; at the moment, though, RCS is my (private) VCS, and it works well for me.

link|flag
vote up -1 vote down

ClearCase

[This is a Stub - please add Clearcase facts here]

link|flag
show 1 more comment
vote up 3 vote down

Git

[This is a stub - please add git information]

link|flag
vote up 0 vote down

Hi, our setup for all kind of project sizes

  • Subversion on a Linux machine integrated with ADS
  • TortoiseSVN for Integration with Windows Explorer
  • VisualSVN for Integration with Visual Studio 2008

The main advantages from our point of view:

  • free (excluding VisualSVN)
  • stable
  • accessible via https
  • easy to use

Greetings Johannes

link|flag
show 2 more comments
vote up 1 vote down

CVSNT 2.5.04 and WinCvs 2.1.1 plus several custom Python/Tk macros
Does everything we need and does it well.

link|flag
vote up 2 vote down

I use perforce at work, which is really user-friendly, has a dead-simple GUI, supports branching and merging, does atomic commits of changelists as the basis submission mechanism, although there's revision-history available per file also.

For open-source work, I'm also using SVN (via TortoiseSVN on Windows) and git (which seems great, but I do miss a good GUI for this).

link|flag
show 5 more comments
vote up 2 vote down

for voting? how is this supposed to help anyone? votes without qualitative information? I think the posts with a case plus advantages and disadvantages are much more usefull. voting doesn't provide statistically usefull or valid information in this context, quantitative analyses do! why? because cases (situations) are different and voting does not differentiate for that and is therefore substantially flawed. keep on posting your cases and your evaluations. that helps a lot!

link|flag
show 3 more comments
vote up 0 vote down

SVN with Tortoise beats anything on Windows when it comes to ease of use.

link|flag
show 1 more comment
vote up 1 vote down

Here's a balanced comparison between git and mercurial, that concludes that git is conceptually better (if only a little); I quote :

Although mercurial may still feel nicer today, the change feels inevitable

Please refrain from flaming wars on this, it's just one mans' opinion. Please add your own if you feel like this doesn't represent the whole picture yet.

link|flag
vote up 0 vote down

AccuRev sounds like a little revolution in version-control too, I would really like to use it someday.

link|flag
vote up 0 vote down

I use CVS at work for legacy repositories and git for personal projects

link|flag
vote up 3 vote down

I recommended Vault from SourceGear

http://www.sourcegear.com/

The repository is stored on a sqlserver database. Great tool, free license for single user.

link|flag
vote up 0 vote down

Mercurial (for voting)

link|flag
vote up 7 vote down

Bazaar (for voting)

link|flag
show 2 more comments
vote up 1 vote down

Server side:

Client side:

  • TortoiseSVN
  • If you use Zend 5.5, also install Collabnet subversion client so that you may use SVN from inside Zend. (because the built-in SVN client is not compatible with the Tortoise 1.5+ and Trtoise does not offer any svn.exe file)
link|flag
vote up -1 vote down

PVCS - It has a ncie web client and cool Java standalone client. It has almost the same speed as subversion, but uses the opposite source control methodology. Every developer has to lock the latest file revision of a certain branch when editing. This is more secure, compared to the subversion, which allows free editing a revision and then the system tries to merge and resolve conflicts.

link|flag
show 1 more comment
vote up 0 vote down

At work, we all use Visual Studio and some of us use Visual Source Safe 2005 and others Subversion Server on Windows. For my home projects, I use only TortoiseSVN with a file repository.

Im my experience, those who uses Source Safe just want to "backup" their code. In fact, they rarely add comments to their commits. That's why they prefer Source Safe for its better integration with Visual Studio: they have virtually nothing to do.

In teams where we use Subversion with TortoiseSVN, it's mandatory to comment on each commit. This way we can view the logs to know what was done and how.

link|flag
1 2 next

Your Answer

Get an OpenID
or

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