Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.029 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.02; 'python,': 0.01; 'subject:: [': 0.03; 'svn': 0.04; 'git': 0.07; 'url:dev': 0.09; 'url:peps': 0.09; 'essentially': 0.12; 'search.': 0.16; 'summary,': 0.16; 'subject:] ': 0.16; 'cc:no real name:2**0': 0.20; 'header:In- Reply-To:1': 0.22; 'cc:addr:python-list': 0.22; 'there.': 0.26; "i'm": 0.26; 'subject:?': 0.29; 'cc:addr:python.org': 0.31; 'equal': 0.31; 'implemented': 0.33; 'difference': 0.35; 'there': 0.35; 'header:User-Agent:1': 0.35; 'quite': 0.36; 'url:python': 0.37; 'received:google.com': 0.38; 'url:org': 0.38; 'cc:2**1': 0.38; 'features.': 0.39; "it's": 0.40; 'choose': 0.61; 'received:74.125.83': 0.69; 'to:addr:googlegroups.com': 0.69; 'reply-to:no real name:2**0': 0.72; 'header:Reply-To:1': 0.72; 'happy.': 0.84; 'good,': 0.91; 'tremendous': 0.91; 'reply- to:addr:googlegroups.com': 0.93; 'subject:From': 0.97 Newsgroups: comp.lang.python Date: Thu, 5 May 2011 08:55:00 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=173.228.90.96; posting-account=_aPj8woAAAA9KMWxfZbAmBu6pRusF4_6 User-Agent: G2/1.0 MIME-Version: 1.0 Subject: Re: [OT] From svn to something else? From: buck To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org, Hans Georg Schaathun X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: comp.lang.python@googlegroups.com List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 9 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1304614826 news.xs4all.nl 65870 [::ffff:82.94.164.166]:34176 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:4764 This is what made me choose Mercurial in my recent search. http://www.python.org/dev/peps/pep-0374/ There is a tremendous amount of detail there. In summary, hg and git are bo= th very good, and essentially equal in features. The only salient differenc= e is that hg is implemented in python, so they went with that. I did the s= ame, and I'm quite happy. It's basically svn with the shiny new distributed= features added.