You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Barry Scott <ba...@barrys-emacs.org> on 2006/11/02 21:32:55 UTC

Announce: PySVN 1.5.0 Mac OS X Intel kits

PySVN home page: http://pysvn.tigris.org/

I'm pleased to announce Mac OS X Intel kits are available.
My thanks go to  Nuno Baldaia for building the Intel kits.

Here is a original PySVN 1.5.0 announcement.

PySVN 1.5.0

New in 1.5.0
* Support Subversion 1.4.0 features
* Binary kits built against Subversion 1.4.0
* Updated documentation
* All returned dictionary data can be access as a item['name'] and  
item.name
* Add API to set and get the admin dir (typically used to change .svn  
to _svn for Windows users)
* Add list() (a better ls()), diff_summarize() and diff_summarize_peg()
* Add diff options to the diff functions.
* New options to setup.py: --enable-debug and --svn-root-dir
* Windows binary kit for Python 2.5
* Mac OS X 10.4 binary kit for Python 2.5
* Support for building on AIX

Features of PySVN:

* Natural python interface to Subversion
* Supports Subversion 1.1.0 thru 1.4.0
* Supports Python 2.2, 2.3, 2.4, 2.5
* Full reference documentation
* Working example of svn command line written in python
* No known bugs
* Binary kits for:
    - Windows
    - Mac OS X (10. 4 Power PC, 10.4 Intel)
* Source kit tested:
    - Linux Fedora Core 4  and 5
    - Windows XP VC 2003 .net
    - Mac OS X 10.4 Tiger

Download page: http://pysvn.tigris.org/project_downloads.html

Source kits:
     http://pysvn.tigris.org/servlets/ProjectDocumentList?folderID=1762

Windows Binary Kits:
     http://pysvn.tigris.org/servlets/ProjectDocumentList?folderID=1768

Mac OS X Binary Kits:
     http://pysvn.tigris.org/servlets/ProjectDocumentList?folderID=2860

Barry