The trendy thing nowadays, though, is what are called DVCS: Distributed Version Control Systems. Both Perforce and Subversion are centralized systems, meaning that there is a single master server which tracks the changes, and lots of clients, each of which interacts only with the server.
In the DVCS world, the two main systems are Git and Mercurial. Git is the "hottest" thing going in version control systems right now, and has all the attention. In fact, it was seeming to me that it was pretty much a done deal, and everybody was going to switch to Git, and Mercurial was doomed.
But then the other day I noticed that Google had decided to pick Mercurial. This is interesting for several reasons:
- First, Google give some details about why they made this choice, which are interesting to read.
- Second, it's Google, and so it automatically matters what they do. By themselves, this one decision may have just changed the world, and Mercurial may now be the system of choice.
But now, I think I'll stop focusing only on Git, and try to pay some attention to Mercurial too.
The people at Google who wanted to throw some subversion into the source code control industry must perforce be mercurial gits.
ReplyDeleteOr something like that.