Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!feeder.news-service.com!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.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'git': 0.07; 'received:localnet': 0.07; 'repository': 0.07; 'subject:tools': 0.09; 'pm,': 0.11; 'wrote:': 0.14; '"."': 0.16; 'bzr': 0.16; 'progressive': 0.16; 'rcs': 0.16; 'versions': 0.18; 'header:In- Reply-To:1': 0.22; 'stores': 0.23; '(in': 0.27; 'specifically': 0.27; 'does': 0.31; 'monday': 0.31; 'to:addr:python-list': 0.32; 'sorry': 0.33; 'header:User-Agent:1': 0.35; '(with': 0.36; 'received:au': 0.36; 'exactly': 0.37; 'convenient': 0.38; 'url:org': 0.38; 'url:au': 0.39; 'to:addr:python.org': 0.39; 'header:Message-Id:1': 0.62; '2011': 0.62; 'show': 0.67; 'subject:Development': 0.73 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:48:31 +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> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" 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: 22 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1304322517 news.xs4all.nl 81483 [::ffff:82.94.164.166]:58653 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:4453 On Monday 02 May 2011 17:19:57 rusi wrote: > On May 2, 12:08 pm, Algis Kabaila wrote: > > 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). > > Dont exactly understand... > Is it that you want it specifically hidden? > Otherwise rcs will look inside an RCS directory just as bzr > will with .bzr git will with .git and so on. Sorry for not being clear - "ls" will not show directories that start with "." - in that sense these directories are "hidden". They are not really really hidden, as "ls -l" will show them. They simply are not in the way and keep the progressive versions of the program (in form of diffs). Does that make better sense?. -- Algis http://akabaila.pcug.org.au/StructuralAnalysis.pdf