

Then you have to allow http service through firewalld service with commands : # firewall-cmd -permanent -add-service=httpĪlso USVN requires a MySQL database to be a backend-database. # sed -i "s/Options Indexes FollowSymLinks/Options FollowSymLinks/" /etc/httpd/conf/nf # mv /etc/httpd/conf.d/nf /etc/httpd/conf.d/ĭisable directory indexes in Apache HTTP Server configurations then restart httpd service with the following commands: # cp /etc/httpd/conf/nf /etc/httpd/conf/ # systemctl start httpdĭisable Welcome page of Apache HTTP Server. USVN required a web server for deployment. This enable the delegation of rights to administrate Subversion repositories. USVN will then generate the list of users allowed to access your source code.

User-Friendly USVN is a web interface written in PHP used to configure Subversion repositories.It’s goal is to ease the creation of new projects without having to use the command line interface, therefor, maybe without privileged access to the server. Subversion has enjoyed and continues to enjoy widespread adoption in both the open source arena and the corporate world. Founded in 2000 by CollabNet, Inc., the Subversion project and software have seen incredible success over the past decade. Subversion is an open source version control system.
