Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsfeed.xs4all.nl!newsfeed3.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.038 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.01; 'svn': 0.05; 'cvs': 0.09; 'decision.': 0.09; 'git': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; '(when': 0.16; 'svn,': 0.16; 'appropriate': 0.16; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'developers': 0.25; 'header:In-Reply-To:1': 0.27; 'hosting': 0.29; "doesn't": 0.30; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'code': 0.31; 'base,': 0.31; 'but': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'clear': 0.37; 'ben': 0.38; 'real': 0.63; 'atomic': 0.84; 'hardly': 0.84; 'subject:Control': 0.84; 'vying': 0.84; 'winner,': 0.84; 'washington': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=272movXEykkdfrH5Gw9PDVh038fTitRMFrACLA+T1ac=; b=bx+pruGxVrzuR4Ao5/0mCko/vDb6cPI5DxRNE21TP3pmXZzMWjRpr3PaXx3Rd0p+eO CWtDEwbTSGzJpi+LB96RRgmrBVzyaQnvIs23MdNKyfxC8VOgpJfl8hadyEiyv39KR6aR HbbR762zeKMM1lotxNcjiKgy+Zl4dwueeTwmN+2ob5SQxBb2+cBRsbbIxl25Xp3kG9+g 8cPtqcFrOePDL9/6CZ9sk14B1WgStCMvGC5sCAS/pBlzsrgKRl34gd4Mi59Oc4zWdTS9 knhPdl4cXaKKvd3XIgA3grpZ1N8fMo0eOoPHIG+Jm3aGH2sgIWudDHb4Y/LHZKOTD0t9 /D9Q== MIME-Version: 1.0 X-Received: by 10.194.219.6 with SMTP id pk6mr4394657wjc.82.1371080193551; Wed, 12 Jun 2013 16:36:33 -0700 (PDT) In-Reply-To: <98c13a55-dbf2-46a7-a2aa-8c5f052ff375@googlegroups.com> References: <98c13a55-dbf2-46a7-a2aa-8c5f052ff375@googlegroups.com> Date: Wed, 12 Jun 2013 16:36:33 -0700 Subject: Re: Version Control Software From: Mark Janssen To: cutems93 Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1371080635 news.xs4all.nl 15981 [2001:888:2000:d::a6]:44600 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:47858 > I am looking for an appropriate version control software for python development, and need professionals' help to make a good decision. Currently I am considering four software: git, SVN, CVS, and Mercurial. I'm not real experienced, but I understand that SVN is good if your hosting your own code base, and CVS is hardly used anymore as it doesn't support atomic commits (when having many developers work on the same code base). Git and hg have ben vying for several years with no clear winner, yet -- MarkJ Tacoma, Washington