freebsd-ports/devel/pysvn/pkg-descr
Ruslan Makhmatkhanov 226735aa92 - update to 1.7.6 [1]
- add license (AL2)
- add some tabs
- drop support for python <2.6

PR:		166661 [1]
Submitted by:	Attila Nagy <bra at fsn dot hu> (maintainer)
2012-04-13 19:22:59 +00:00

14 lines
658 B
Text

The pysvn module is a python interface to the Subversion version control
system. This API exposes client interfaces for managing a working copy,
querying a repository, and synchronizing the two.
This API cannot create new repositories; it can only interact with existing
repositories. If you need to create a repository, use the svnadmin command
from Subversion.
Using the API, you can check out a working copy, add, edit, and remove working
files, and check in, compare, or discard your changes. Repository properties
such as keyword expansion, end of line characters, and ignore lists can also
be examined and manipulated.
WWW: http://pysvn.tigris.org/