svnfsfs
Advanced version control system
Install
- All systems
-
curl cmd.cat/svnfsfs.sh
- Debian
-
apt-get install subversion
- Ubuntu
-
apt-get install subversion
- Alpine
-
apk add subversion
- Arch Linux
-
pacman -S subversion
- Kali Linux
-
apt-get install subversion
- CentOS
-
yum install subversion
- Fedora
-
dnf install subversion
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install subversion
- OS X
-
brew install subversion
- Raspbian
-
apt-get install subversion
- Dockerfile
- dockerfile.run/svnfsfs
- Docker
-
docker run cmd.cat/svnfsfs svnfsfs
powered by Commando
subversion
Advanced version control system
Apache Subversion, also known as svn, is a centralised version control system. Version control systems allow many individuals (who may be distributed geographically) to collaborate on a set of files (source code, websites, etc). Subversion began with a CVS paradigm and supports all the major features of CVS, but has evolved to support many features that CVS users often wish they had. This package includes the Subversion client (svn, svnsync), repository administration tools (svnadmin, svnlook) and a network server (svnserve).
subversion-dbg
Debug symbols for Apache Subversion
This package contains debug symbols for libsvn1 and its dependent packages including subversion, libapache2-mod-svn, and the various programming language interfaces.