Skip to main content

Posts

Showing posts with the label subversion

USVN installation in Ubuntu

Introduction What is USVN ? The USVN ( User-friendly SVN )  is an Open Source Infrastructure System which offers an easy and less confusing way SVN repository creation and management to Subversion servers.It is a system based on GUI, so the configuration of the repo to create and manage this is not a tough task. Before Installation Requirements. Install Apache        sudo apt-get autoclean       s udo apt-get install update       s udo apt-get install apache2 PHP       sudo apt-get install php MYSQL    sudo apt-get install mysql-server php-mysql Subversion      sudo apt-get install subversion Other packages      sudo apt-get install libapache2-mod-php   libapache2-svn Enable Apache2 modules      a2enmod rewrite      a2enmod dav_fs      a2enmod auth...