Development tools and practices for Pythonistas

Algis Kabaila akabaila at pcug.org.au
Mon May 2 06:38:48 EDT 2011


On Monday 02 May 2011 19:09:38 jacek2v wrote:
> On May 2, 9:48 am, Algis Kabaila <akaba... at pcug.org.au> wrote:
> > On Monday 02 May 2011 17:19:57 rusi wrote:
> > > On May 2, 12:08 pm, Algis Kabaila <akaba... at pcug.org.au>
> > 
> > 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).
> 
> "ls -l will not show directories that start with ".".
> "ls -a" will.
> 
> Regards
> Jacek

Thanks - you are right - pardon my absent mindedness.

-- 
Algis
http://akabaila.pcug.org.au/StructuralAnalysis.pdf



More information about the Python-list mailing list