go to  ForumEasy.com   
JavaPro
Home » Archive » Message


[Email To Friend][View in Live Context][prev topic « prev post | next post » next topic]
  Install Subversion
 
Subject: Install Subversion
Author: Linux
In response to: How to Install SVN Server on Ubuntu 16.04 LTS
Posted on: 11/04/2017 05:39:02 AM

First, the subversion packages and their dependencies:

$ sudo apt-get install subversion libapache2-mod-svn libapache2-svn libsvn-dev


Check the version
$ svn --version
svn, version 1.9.3 (r1718519)
   compiled Aug 10 2017, 16:59:15 on x86_64-pc-linux-gnu

Copyright (C) 2015 The Apache Software Foundation.


 

> On 11/04/2017 05:36:56 AM Linux wrote:


Introduction
Subversion is an open source (written in C) version control system. It helps you keep track of a collection of files and folders. Any time you change, add or delete a file or folder that you manage with Subversion, you commit these changes to your Subversion repository, which creates a new revision in your repository reflecting these changes. You can always go back, look at and get the contents of previous revisions.

Prerequisites
  • Apache web server




    References:

  •  


     
    Powered by ForumEasy © 2002-2022, All Rights Reserved. | Privacy Policy | Terms of Use
     
    Get your own forum today. It's easy and free.