[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

pysvn 0.2.0 Python interface to Subversion released for review and testing

From: Barry Scott <barry_at_barrys-emacs.org>
Date: 2003-11-08 02:32:18 CET

pysvn is a Python interface to the Subversion client functionality.
It is available in source and win32 binary kits from
http://www.barrys-emacs.org/pysvn/.

Changes since 0.1.1:

* API changes requested by reviewers lots of name changes.
* All Enums int replace with a class
* If a revnum was returned as an int it is now in a Revision object.
* Add ClientError exception class
* svn_cmd.py is the only example now and will be a full replacement for svn
command
* Additional help text from John Barstow.

The main purpose of this release is to get feedback on the
updated API design. pysvn should be all you need to use
subversion from python.

Is it pythonic enough now?
What functionality is missing?

My TODO list is:

* Need to add property commands. (a) to svncpp (b) to pysvn
* Need to add revision ranges. (a) to svncpp (b) to pysvn
* Replace the dict used on the notify call back with a class.
* More docs...
* Unix kits. I can make freebsd 4.8 and redhat 9.0 kits

Barry

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Nov 8 02:33:33 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.