<img alt="" src="https://secure.leadforensics.com/150446.png " style="display:none;">
Go to top icon

Installation of SVN

Priya Benade Mar 02, 2017

Amazon Linux SVN

Subversion is software which help developers to work together and to maintain complete work history. Developers can modify, add and delete files/folders from subversion. Developers can commit changes to repository which will create new revisions in repository reflecting modified changes.

SVN installation steps on Amazon Linux

Install Apache: yum install httpd

Svn 1.png

Start the Apache service:

SVN2.png

Start the service at system boot time

SVN 3-1.png

Install subversion and its dependencies

Svn4.png

Go to file subversion.conf file and make necessary configurations

SVN 5.png

<location /svn>
DAV svn
# SVN path
SVNParentPath /var/www/svn
AuthType Basic
AuthName "Authorization Realm"
#password file path
AuthUserFile /var/www/svn/passwordfile
Require valid-user
</location>
Go to path /var/www/html and create repo
Add the svn user in the file /var/www/svn/passwordfile

Save and quit this file with wq!

Create repository and add svn user as below:

SVN6.png

Change the ownership of repository:
Chown –R apache:apache repos

SVN 7.png

Access the repository as:

SVN8.png

SVN9.png

e-Zest is a leading digital innovation partner for enterprises and technology companies that utilizes emerging technologies for creating engaging customers experiences. Being a customer-focused and technology-driven company, it always helps clients in crafting holistic business value for their software development efforts. It offers software development and consulting services for cloud computing, enterprise mobility, big data and analytics, user experience and digital commerce.