Development tools and practices for Pythonistas

jacek2v jacek2v at gmail.com
Tue May 3 14:31:12 EDT 2011


On May 2, 12:38 pm, Algis Kabaila <akaba... at pcug.org.au> wrote:
> 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.
>
> --
> Algishttp://akabaila.pcug.org.au/StructuralAnalysis.pdf

You're welcome :)



More information about the Python-list mailing list