Install Svn On A Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian And MacOS
Maintainer: James McCoy
Email: [email protected] .
Website: https://subversion.apache.org/
Section: vcs
Install svn
-
Debian
apt-get install subversionClick to copy -
Ubuntu
apt-get install subversionClick to copy -
Alpine OS
apk add subversionClick to copy -
Arch Linux
pacman -S subversionClick to copy -
Kali Linux
apt-get install subversionClick to copy -
CentOS
yum install subversionClick to copy -
Fedora
dnf install subversionClick to copy -
Raspbian
apt-get install subversionClick to copy -
macOS
brew install subversionClick to copy
Subversion command line client tool.
How to use svn?
Below are few example commands for svn that you can use in the terminal.
Check out a working copy from a repository:svn co url/to/repositoryClick to copyBring changes from the repository into the working copy:svn upClick to copyPut files and directories under version control, scheduling them for addition to repository. They will be added in next commit:svn add PATHClick to copySend changes from your working copy to the repository:svn ci -m commit log message [PATH]Click to copyDisplay changes from the last 10 revisions, showing modified files for each revision:svn log -vl 10Click to copyShow detailed help:svn helpClick to copy
To install the latest version of svn in your favorite operating system just copy the svn installation command from above and paste it into terminal. It will download and install the latest version of svn 2026 package in your OS.




