Getting Started with SVN on Linux
In today’s article we will show you how to install Subversion on a Linux VPS, and some basic Subversion commands. Subversion, or commonly abbreviated as SVN is an open source software versioning and revision control system. It allows users to maintain current and historical versions of files such as source code, web pages, documents and other electronic data.
|
|
In today’s article we will show you how to install Subversion on a Linux VPS, and some basic Subversion commands. Subversion, or commonly abbreviated as SVN is an open source software versioning and revision control system. It allows users to maintain current and historical versions of files such as source code, web pages, documents and other electronic data.
First, Install SVN on Linux
In order to install SVN, connect to your Linux VPS via SSH.
If you are using an Ubuntu VPS, update the OS packages and install SVN on your server using the commands below:
sudo apt-get update
sudo apt-get install svn Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.