svnshell

Python bindings for Apache Subversion

Install

All systems
curl cmd.cat/svnshell.sh
Debian Debian
apt-get install python-subversion
Ubuntu
apt-get install python-subversion
image/svg+xml Kali Linux
apt-get install python-subversion
Windows (WSL2)
sudo apt-get update sudo apt-get install python-subversion
Raspbian
apt-get install python-subversion

python-subversion

Python bindings for Apache Subversion

This is a set of Python interfaces to libsvn, the Apache Subversion libraries. It is useful if you want to, for example, write a Python script that manipulates a Subversion repository or working copy. See the 'subversion' package for more information.