Install Svn On A Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian And MacOS

Install Svn On A Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian And MacOS

svn

Subversion command line client tool.

Maintainer: James McCoy



Section: vcs

Install svn

  • Debian apt-get install subversion Click to copy
  • Ubuntu apt-get install subversion Click to copy
  • Alpine OS apk add subversion Click to copy
  • Arch Linux pacman -S subversion Click to copy
  • Kali Linux apt-get install subversion Click to copy
  • CentOS yum install subversion Click to copy
  • Fedora dnf install subversion Click to copy
  • Raspbian apt-get install subversion Click to copy
  • macOS brew install subversion Click 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 copy
Bring changes from the repository into the working copy:
svn upClick to copy
Put files and directories under version control, scheduling them for addition to repository. They will be added in next commit:
svn add PATHClick to copy
Send changes from your working copy to the repository:
svn ci -m commit log message [PATH]Click to copy
Display changes from the last 10 revisions, showing modified files for each revision:
svn log -vl 10Click to copy
Show 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.