pysvn - Python interface to Subversion

Documentation

The pysvn Programmer's Guide is the best place to start learning about pysvn. It covers the use of pysvn in a tutorial style with lots of examples.

Use the pysvn Programmer's Reference to look up the detailed descriptions of all the classes, functions and variables of pysvn.

The python-library/site-packages/pysvn/Examples/Client/svn_cmd.py program is a complete replacement for the svn command line written using pysvn. It is a good place to look for working examples of use of all the pysvn module.

pysvn Support

Please use the mailing lists and the issues database on http://pysvn.tigris.org to report problems, suggest improvements or contribute changes.

pysvn License

=================================================================
Copyright (C) 2003-2007 Barry A. Scott. All rights reserved.

=================================================================
The Apache Software License, Version 1.1

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in
   the documentation and/or other materials provided with the
   distribution.

3. The end-user documentation included with the redistribution,
   if any, must include the following acknowledgment:
      "This product includes software developed by 
       Barry A. Scott http://www.barrys-emacs.org."
   Alternately, this acknowledgment may appear in the software itself,
   if and wherever such third-party acknowledgments normally appear.

4. The names "PySVN" must not be used to endorse or promote
   products derived from this software without prior written
   permission. For written permission, please contact
   barry@barrys-emacs.org.

5. Products derived from this software may not be called "PySVN",
   nor may "PySVN" appear in their name, without prior written
   permission of Barry Scott.

THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
=================================================================