Guide – How To Start – Apache Subversion Server based on Ubuntu 24.04 LTS on Amazon

Configuration and connection to Apache Subversion (SVN) Server on Ubuntu 24.04 LTS

  1. To ensure the VM operates correctly, you need to open TCP port 80 in the Security Group in the AWS Firewall.
  1. To work with Apache, you can use the Tortoise SVN client for Windows OS: Downloads · TortoiseSVN 
  1. After the client is installed, run “TortoiseSVN Repository Browser”. In the opened window, enter the link http://ip/svn/awsrepo (where in the link, instead of “IP,” type the real IP of the virtual machine on AWS) and click “OK”
  1. In the “Authentication” window, enter login ‘awsuser’ and password ‘awspwd‘ and click ‘OK
  1. The main application window will open:
  1. In the opened application window, right-click on the application area and select “Add file” or “Add folder” to upload files or directories to the server.
  1. In the next window, click “OK”:
  1. After downloading the file, follow the URL http://ip/svn/azurerepo on your web browser (where in the link, instead of “IP”, type the virtual machine’s real IP on Azure). The authorization window opens. Enter login ‘awsuser’ and password ‘awspwd‘ and click ‘Sign in
  1. You see the recently added files and directories.

Now you can work with your own Apache Subversion server

Website Built with WordPress.com.

Up ↑