blob: 236c08b72d53a3580e7195a4a4f44181114e7207 (
plain)
1
2
3
4
5
6
7
8
9
10
|
The pysvn project's goal is to enable tools to be written in Python that
use Subversion.
Some pysvn extension features:
+ Supports all svn client features
+ Supports features required to write svn pre-commit hooks
+ Easy to learn and use
+ Python like interface
+ Good Documentation and examples
+ No need to understand the Subversion C API
|