svnshell
Python bindings for Apache Subversion
Install
- All systems
-
curl cmd.cat/svnshell.sh
- Debian
-
apt-get install python-subversion
- Ubuntu
-
apt-get install python-subversion
- 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
- Dockerfile
- dockerfile.run/svnshell
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.