Installing And Configuring SVN Repository on CentOS7.x
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:
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:
Comments
Post a Comment