Posts

Showing posts from June, 2017

Installing, Configuring and Managing SVN Repository

1) Download  TortoiseSVN  and Install it on SVN client machine URL:  https://tortoisesvn.net/downloads.html 2)

Installing And Configuring SVN Repository on CentOS7.x

Image
1) Download and Install Subversion package: yum install mod_dav_svn subversion 2) Configure subversion : vi /etc/httpd/conf.modules.d/10-subversion.conf 3) Adding new user: htpasswd -cm /etc/svn-auth-users <username> 4)Create and Configure Subversion- Repositiory: 5)Additional step if SELinux is enabled : 6) Firewall Configuration for HTTP & HTTPs: 7) Enable and Start the HTTP: 8) Verify with your browser: NOTE: this is my local network IP. In your case it should be the IP address for your Linux machine in which you are installing. 9) Disable Anonymous: