November 18, 2006Two things I learned today
Personally, I'd like to read a good reason why they ruled out Subversion, which has the merit to be widely known and supported by most developer tools out there.
Anyway, I feel less stupid after learning these two things, so I thought I'd share.
Posted by cedric at November 18, 2006 10:51 PM
Comments
Test Posted by: Cedric at November 19, 2006 10:49 AMThere was a tech talk about Mercurial: http://video.google.com/videoplay?docid=-7724296011317502612 I don't know their reasoning, but it seems pretty obvious that Perforce doesn't scale past a certain point and I expect Subversion doesn't either. Maybe it's a bit early to adopt Mercurial, but this will encourage the tool vendors to add support. Sounds like Mercurial is a distributed version control system, so can't be directly compared to Subversion, Perforce or anything of that ilk. You should be looking at comparisons to bazaar-ng and to git. Read this email for Mark Shuttleworth's view on the benefits of distributed version control: Sounds like Mercurial is a distributed version control system, so can't be directly compared to Subversion, Perforce or anything of that ilk. You should be looking at comparisons to bazaar-ng and to git. Read this email for Mark Shuttleworth's view on the benefits of distributed version control: Hi Cedric, I asked the same question of Sun's Stephen Lau (who's working with the OpenSolaris project) and here's his reply. "Yes, if you look at the Tools community, we had a fairly extensive http://www.opensolaris.org/os/community/tools/scm/history/ I went through that link and found that it gave a BR, Mercurial looks pants, it has no GUI, IDE plugins or a usable wire protocol description, so is not usable IMHO. Things I learned today tooo thanks for the JAR file indexing...i 've maked a some examples..it looks very good. Greetings by a javadeveloper Check out http://rocasaca.blogspot.com Posted by: Robert at November 22, 2006 02:38 PMThings I learned today tooo thanks for the JAR file indexing...i 've maked a some examples..it looks very good. Greetings by a javadeveloper Check out http://rocasaca.blogspot.com Posted by: Robert at November 22, 2006 02:39 PM"Mercurial looks pants, it has no GUI, IDE plugins or a usable wire protocol description, so is not usable IMHO." That extremely short-sighted IMO. These things will come with time, especially from Sun themselves I bet. Posted by: Kieron at November 27, 2006 04:50 AMHi, Cedric. From my point of view I cannot say much about Mercurial because I have never used it but from the video it sounds very similar to Darcs and this I know is 100 times better than Subversion, especially for distributed development. Subversion to me seems as a "CVS without the bugs". It overcomes a lot of shortcomings of CVS but still has the same old philosophy that you have one large centralized repository and merging happens always in a linear fashion. The notion of change sets (or patches) as it is put forward by Darcs makes in my opinion much more sense in distributed development team. Everybody can apply everybody else's changes any time without having to worry about conflicts whatsoever. What else does one want? The only problem I see with Darcs is still the lack of good tooling, especially for Eclipse (there is a plugin but it's not too useful right now). Eric Posted by: Eric Bodden at November 27, 2006 07:32 PMYou must not have been reading very closely... He explained quite clearly that Sun was wedded from time immemorial to a distributed home-grown SCS and did not wish to change. That automatically ruled out SVN. Following that, their evaluation of the various distributed OS SCS available was very thorough and can be found somewhere on the OpenSolaris web site. Posted by: Olivier at November 28, 2006 04:48 PMMercurial is used with great success by many projects. "Xen" being one of them (I'm currently running Windows *and* Linux on Xen/Linux using hardware virtualization... Something developer, IMHO, should be interested in). Whining about lack of point-and-click tools at that moment for accessing the repository is, from a developer standpoint, quite scary. Do you guys realize you're fscking slower when you move your hands away from the keyboard? Oh, your IDE is cute, but it looks like you need to use the mouse... And, yes, I'm an IntelliJ user (on Unix of course) and, yes, I can switch in no-time to command line to checkout/commit whatever... I'm sure a "point-and-click" Mercurial plugin will appear soon though, for those allergic with the keyboard/command-line. Mercurial simply isn't disappearing anytime soon, so you better learn it (and I recommand trying the command line, it's not that hard to grasp for a developer). Posted by: Anonymous Coward at November 30, 2006 04:11 AMI knew this but thank you anyway for this information) Posted by: Rob at November 30, 2006 07:42 PMPost a comment
|