tag:blogger.com,1999:blog-11300808.post1600705845755273034..comments2026-04-16T00:24:47.622-07:00Comments on The official Google Code blog: Mercurial support for Project Hosting on Google CodeMike Marchakhttp://www.blogger.com/profile/08067736591419106914noreply@blogger.comBlogger43125tag:blogger.com,1999:blog-11300808.post-37107947346053157852010-02-09T00:20:12.182-08:002010-02-09T00:20:12.182-08:00Great possibility. ThaksGreat possibility. ThaksAnonymousnoreply@blogger.comtag:blogger.com,1999:blog-11300808.post-55731326968228913252009-12-04T05:08:06.960-08:002009-12-04T05:08:06.960-08:00The thing is, if you are dealing with distributed ...The thing is, if you are dealing with distributed version control you don't need the google code really or any central source code repository. In fact, the dvcs would be really powerful if somebody would come up with a coder's social network with a strong source code managing linking.<br />You can choose any free web host to distribute your own clone from a certain code repository with your own changes without actually separating from other's code. So it's a good thing to have a dvcs system on the google code, but in the terms of distributed system you need a new development discipline to using it as an actual distributed code management which is exactly the opposite that the sf.net, github or the gc itself can offer.<br /><br />On git: mercurial/hg, bazaar were the first widely available distributed version control systems and as such they have a little "concept" kinda smell: VCSs mustn't created on a scripted level since the code management operations need to be as fast as possible in order to encourage the developers to use them as frequent as possible. Now python is a good language and system but it fail at this point: it is interpreted (even with the "precompilation" not fast enough) so any system built on the top of it consequently slow. Now it is good enough for server side but if you're dealing with it regular basis on your system (e.g. tortoisehg) you'll experience a terrible overhead. The CPU power doesn't mean too much since the real time parsing cannot be coupled with the number of cores and one could expect exponentially growing parsing time for more and more complex codes. In these matters git performs better because the underlying system is built on native tools and the shell script tools are just for the user interface. That's a sort of advantage what you can not ignore. git is much younger than hg or bazaar and it just actually got in to the shape to say: this is a system that I can use in my usual tasks. Because of that the lack of convenient tools will go soon away and therefore it could grow to a reference distributed file system. I haven't got this feeling using mercurial even it implements a very similar functionality.Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-11300808.post-26194501260728081612009-10-14T13:11:24.134-07:002009-10-14T13:11:24.134-07:00Oh, sweet. This might actually make GC usable!Oh, sweet. This might actually make GC usable!XTLhttps://www.blogger.com/profile/00553975945539643579noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-12209042039358916602009-10-08T02:59:54.429-07:002009-10-08T02:59:54.429-07:00Very interesting site. Hope it will always be aliv...Very interesting site. Hope it will always be alive!Morgan Williamhttps://www.blogger.com/profile/06472705591825728734noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-62728760097963943352009-10-02T04:15:55.300-07:002009-10-02T04:15:55.300-07:00Wow, it's really now that is indeed some prett...Wow, it's really now that is indeed some pretty cool stuff!JohnSmithhttps://www.blogger.com/profile/17224714153341797892noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-41118360002381169622009-08-11T14:33:22.328-07:002009-08-11T14:33:22.328-07:00This is great news, time to start learning hg.This is great news, time to start learning hg.Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-11300808.post-41849847520528336782009-06-09T12:17:27.112-07:002009-06-09T12:17:27.112-07:00It's great that Mercurial is now supported. ...It's great that Mercurial is now supported. However, the Google Code workflow is still pretty oriented towards centralized version control (branches and code reviews).<br /><br />I hope there will be support similar to Launchpad for distributed version control.Tomhttps://www.blogger.com/profile/01920650315075379378noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-69209703621215007752009-06-07T09:37:01.603-07:002009-06-07T09:37:01.603-07:00Cool stuff. Does anybody know when HG support is g...Cool stuff. Does anybody know when HG support is going public?Geekius Caesarhttps://www.blogger.com/profile/18324134691150257618noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-42485958392921260152009-05-11T15:23:00.000-07:002009-05-11T15:23:00.000-07:00can't wait for mercurial support to get out of bet...can't wait for mercurial support to get out of beta!Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-11300808.post-42575822399156584622009-05-05T13:33:00.000-07:002009-05-05T13:33:00.000-07:00If you are not going to support git then I'll move...<B>If you are not going to support git then I'll move my projects out of google code.</B>See if they care!Γνωμοδότηςhttps://www.blogger.com/profile/00064488037343804710noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-24084374290666883132009-05-05T12:05:00.000-07:002009-05-05T12:05:00.000-07:00This comment has been removed by the author.Davide Angelocolahttps://www.blogger.com/profile/10953728471215441755noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-39549935946840296992009-05-04T03:12:00.000-07:002009-05-04T03:12:00.000-07:00Thanks for Mercurial support!Thanks for Mercurial support!gavenkoahttps://www.blogger.com/profile/04788714574575512630noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-17791624247580037092009-04-29T17:25:00.000-07:002009-04-29T17:25:00.000-07:00> If you are not going to support git then I...> If you are not going to support git then I'll move my projects out of google code.<br /><br />go ahead.Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-11300808.post-50946651993104444522009-04-29T14:42:00.000-07:002009-04-29T14:42:00.000-07:00If you are not going to support git then I'll move...If you are not going to support git then I'll move my projects out of google code.Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-11300808.post-13521143257478242842009-04-29T14:02:00.000-07:002009-04-29T14:02:00.000-07:00Is there any chance that Mercurial on Bigtable wil...Is there any chance that Mercurial on Bigtable will be usable by the AppEngine people? It would be really nice to clone a repo to AppEngine for internal use (like versioning a wiki, etc.)Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-11300808.post-15506931786540794312009-04-27T17:52:00.000-07:002009-04-27T17:52:00.000-07:00Project Kenai from Sun has had hg and Subversion s...Project Kenai from Sun has had hg and Subversion support since September 2008, and also now offers Git support.Sharathttps://www.blogger.com/profile/00493579581012744416noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-70509029243445840292009-04-27T14:02:00.000-07:002009-04-27T14:02:00.000-07:00Great news. Does that mean google projects are gon...Great news. Does that mean google projects are gonna use more HG and less SVN from now on?ラファエルhttps://www.blogger.com/profile/13468681593744741422noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-58517744268215646632009-04-27T09:54:00.000-07:002009-04-27T09:54:00.000-07:00Great! :) I like Mercurial and projectgroups at my...Great! :) I like Mercurial and projectgroups at my school mostly use Google Code because there's nothing the academy provides. Now we can use Mercurial in Google Code so I'm happy. :)Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-11300808.post-10030512928366871402009-04-27T06:20:00.000-07:002009-04-27T06:20:00.000-07:00Anyone working on the Linux kernel, like the Andro...Anyone working on the Linux kernel, like the Android project, will naturally use git. Mercurial is a wonderful system. You hg haters can go sulk with the Ruby AppEngine programmers.Danielhttps://www.blogger.com/profile/13890648911094881608noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-43946795743613106602009-04-27T06:12:00.000-07:002009-04-27T06:12:00.000-07:00I want Bazaar!I want Bazaar!stokitohttps://www.blogger.com/profile/12691568036832912137noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-18170602417314372742009-04-26T23:13:00.000-07:002009-04-26T23:13:00.000-07:00I suggest anyone who says there is no great Window...I suggest anyone who says there is no great Windows GUI for GIT checks out <A HREF="http://code.google.com/p/gitextensions/" REL="nofollow">Git Extensions</A>. It even has a plugin for Visual Studio 2005 and 2008. I use it daily and works great.Boris Dušekhttps://www.blogger.com/profile/17434544073391263232noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-84555537155377390812009-04-26T05:24:00.000-07:002009-04-26T05:24:00.000-07:00Nice to see the move to DVCS support but git shoul...Nice to see the move to DVCS support but git should really be supported. I suppose that's a matter of time...Alexandre Dulaunoyhttps://www.blogger.com/profile/08076014502869610332noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-11086796383482989462009-04-26T01:39:00.000-07:002009-04-26T01:39:00.000-07:00Yaaaaaaaay! And it's my favorite DVCS too!Yaaaaaaaay! And it's my favorite DVCS too!Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-11300808.post-5223160161828961562009-04-25T19:37:00.000-07:002009-04-25T19:37:00.000-07:00Way to go Google! Someone finally got it right.Way to go Google! Someone finally got it right.mmlhttps://www.blogger.com/profile/16390760466353307636noreply@blogger.comtag:blogger.com,1999:blog-11300808.post-23447225881952475902009-04-25T17:31:00.000-07:002009-04-25T17:31:00.000-07:00That is really great, and the choice show why Hg &...That is really great, and the choice show why Hg > git.<br /><br />ThanksOvnicrafthttps://www.blogger.com/profile/17014901073578988923noreply@blogger.com