

Tap to share on WhatsApp, Facebook, Instagram and more.įind your 9gagger community and talk about any topics in the comments. Never be bored again in class, at work, or on bathroom breaks.īe the first person to share the latest trend with your frenemies. Waste no time to be amused and blown away by popular (or dare we say, savage) memesĮnjoy 9GAG anytime, anywhere, and anyplace. 9GAG app loads fast and allows effortless scrolling.You can put your repository inside /var/lib/svn/ directory.With millions of visitors everyday, 9GAG is the app for you to have a good laugh, kill time and connect with a bold and creative community from around the world. Note: When adding other users, don’t use the -c option, just pass -m to modify the file: sudo htpasswd -m /etc/apache2/dav_svn.passwd user1 sudo htpasswd -m /etc/apache2/dav_svn.passwd user2 sudo htpasswd -m /etc/apache2/dav_svn.passwd user1Īfter a successful installation, you need to create a new repository for it. m: Force MD5 encryption of the password (default). Ao, to create your admin Subversion user, run: sudo htpasswd -cm /etc/apache2/dav_svn.passwd admin The user authentication information is saved on /etc/apache2/dav_svn.passwd. To check configuration syntax, run: sudo apachectl -tĪnd finally, restart the apache2 service by running the command below: sudo systemctl restart apache2 Then, use the command to enable Apache modules required by SVN: sudo a2enmod dav dav_svn sudo systemctl restart apache2 So, first of all, use the following commands to install the Apache webserver on your system: sudo apt update sudo apt -y install apache2 apache2-utilsĪnd then, to install Apache SVN, run: sudo apt -y install vim tree subversion libsvn-dev libapache2-mod-svn subversion-tools SVN Server requires an Apache webserver to access the svn server using HTTP URLs. Let’s go through the steps of this guide to learn How to install and configure Subversion. Subversion has been around for a while now but is still being used by many. It is easy to set up and administer SVN.

Install and Configure Subversion (SVN) on Ubuntu 20.04 _ A static IP address configured on your server.


_ A valid domain name pointed to your IP address. To setup, follow Initial server setup on Ubuntu 20.04. To let this tutorial work better, please consider the below Prerequisites: Recommended Article: How to install Laravel on Ubuntu 20.04 LTS Prerequisites to Install Subversion on Ubuntu 20.04
