Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!news.wiretrip.org!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.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'beginner': 0.04; 'svn': 0.04; 'merging': 0.09; 'subject:tools': 0.09; 'wrote:': 0.14; 'bazaar,': 0.16; 'crop': 0.16; 'cvs)': 0.16; 'finney': 0.16; 'received:192.168.200': 0.16; 'cc:no real name:2**0': 0.20; 'cc:2**0': 0.20; 'header:In-Reply-To:1': 0.22; 'cc:addr:python- list': 0.22; 'issue.': 0.22; 'systems.': 0.24; 'cc:addr:python.org': 0.31; 'recommending': 0.31; 'subversion': 0.31; 'received:192': 0.34; 'there': 0.35; 'tool': 0.35; 'header :User-Agent:1': 0.35; 'doing': 0.36; 'received:192.168': 0.37; 'but': 0.38; 'help': 0.39; 'would': 0.40; 'simple': 0.60; 'choose': 0.61; '\xe2\x80\x93': 0.65; 'us,': 0.66; 'subject:Development': 0.73; 'heaven': 0.84; 'from.': 0.93 X-IronPort-AV: E=Sophos;i="4.64,273,1301868000"; d="scan'208";a="1392159" X-Virus-Scanned: amavisd-new at zimbra.sequans.com Date: Wed, 27 Apr 2011 11:24:32 +0200 From: Jean-Michel Pichavant User-Agent: Mozilla-Thunderbird 2.0.0.24 (X11/20100328) MIME-Version: 1.0 To: Ben Finney Subject: Re: Development tools and practices for Pythonistas References: <58a6bb1b-a98e-4c4a-86ea-09e040cb2d21@r35g2000prj.googlegroups.com> <877hagoa0u.fsf@benfinney.id.au> In-Reply-To: <877hagoa0u.fsf@benfinney.id.au> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 82.94.164.166 X-Trace: 1303896280 news.xs4all.nl 34849 [::ffff:82.94.164.166]:42441 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:4119 Ben Finney wrote: > Mercurial – are the ones to choose from. Anoyone recommending a VCS tool > that has poor merging support (such as Subversion or, heaven help us, > CVS) is doing the newcomer a disservice. > > True enough. But the modern crop of first-tier VCSen – Bazaar, Git, For a single user, there would be no merge issue. And svn is very simple to use. That would not be a such bad advice for a beginner with VCS systems. JM