Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.051 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'git': 0.07; 'received:localnet': 0.07; 'repository': 0.07; 'subversion,': 0.07; 'subject:tools': 0.09; 'wrote:': 0.14; 'emacs': 0.16; 'finney': 0.16; 'rcs': 0.16; 'things.': 0.16; 'writes:': 0.20; 'header:In-Reply-To:1': 0.22; 'stores': 0.23; 'version': 0.25; 'remaining': 0.25; 'user.': 0.29; 'monday': 0.31; 'to:addr:python- list': 0.32; 'using': 0.34; 'there': 0.35; 'tool': 0.35; 'header :User-Agent:1': 0.35; 'quite': 0.36; 'rather': 0.36; '(with': 0.36; 'received:au': 0.36; 'some': 0.37; 'convenient': 0.38; 'but': 0.38; 'url:org': 0.38; 'role': 0.39; 'url:au': 0.39; 'set': 0.39; 'to:addr:python.org': 0.39; 'where': 0.39; 'simple': 0.60; 'header:Message-Id:1': 0.62; '2011': 0.62; 'traditional': 0.65; 'today,': 0.68; 'subject:Development': 0.73; 'nice,': 0.84; 'similar.': 0.84; 'well:': 0.84; 'doubts': 0.93 From: Algis Kabaila Organization: PCUG - Users Helping Users To: python-list@python.org Subject: Re: Development tools and practices for Pythonistas Date: Mon, 2 May 2011 17:08:02 +1000 User-Agent: KMail/1.13.5 (Linux/2.6.35-28-generic-pae; KDE/4.5.5; i686; ; ) References: <58a6bb1b-a98e-4c4a-86ea-09e040cb2d21@r35g2000prj.googlegroups.com> <99e9a038-d203-49a9-8e2a-28f9e7d332a7@s16g2000prf.googlegroups.com> <878vuphjln.fsf@benfinney.id.au> In-Reply-To: <878vuphjln.fsf@benfinney.id.au> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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: 24 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1304320097 news.xs4all.nl 81479 [::ffff:82.94.164.166]:45236 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:4446 On Monday 02 May 2011 13:22:44 Ben Finney wrote: > rusi writes: > > You may want to look at rcs if you are in the space where > > But today, Bazaar or Mercurial fill that role just as well: > quick simple set up, good tool support (yes, even in Emacs > using VC mode), and easy to use for easy things. > Actually, Bazaar is more convenient than rcs for a single user, as the repository can be the working directory (with a "hidden" .bzr directory that stores diffs). I had to use git, too, because some projects use git for their version control (viz PySide, Nokia's tool to replace PyQt). IMHO there is not much to pick between git and Bazaar and hg is also rather similar. The remaining doubts are betwwed the Distributed Version Control and the more traditional Subversion, which is also quite nice, even for a single user. OldAl. -- Algis http://akabaila.pcug.org.au/StructuralAnalysis.pdf