Development tools and practices for Pythonistas
Algis Kabaila
akabaila at pcug.org.au
Mon May 2 03:48:31 EDT 2011
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).
Does that make better sense?.
--
Algis
http://akabaila.pcug.org.au/StructuralAnalysis.pdf
More information about the Python-list
mailing list