You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by cm...@collab.net on 2002/06/16 03:16:50 UTC

Re: svn commit: rev 2231 - trunk/tools/examples

gstein@tigris.org writes:

> The beginning of an example: implement the 'svnlook' command entirely
> in Python. While we wouldn't require users to have Python installed,
> this does provide a platform for experimentation, and also a basis for
> how to write a commit-email script entirely in Python which binds
> directly to the SVN libraries (rather than invoking svnlook).
> 
> This implements the following commands: default, author, date,
> dirs-changed, info, and log. It does not (yet) implement: changed,
> diff, ids, and tree.
> 
> Note that one of the editor-based functions (dirs-changed) has been
> implemented. The non-editor functions were cake :-) Given that one
> editor-based function worked, I figured it was time to checkpoint. :-)
> 
> (some of the code is modelled directly from svnlook/main.c, but it is
>  also trying to stick to a bit of "pythonic" style)

Holy.

Crap.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: rev 2231 - trunk/tools/examples

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
cmpilato@collab.net writes:
> gstein@tigris.org writes:
> > The beginning of an example: implement the 'svnlook' command entirely
> > in Python. While we wouldn't require users to have Python installed,
> 
> Holy.
> 
> Crap.

What he said.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org