Detailed installation and configuration of Subversion (SVN) under Ubuntu

Detailed installation and configuration of Subversion (SVN) under Ubuntu

If you are a software developer, you must be familiar with Subversion. Subversion is a free and open source version control system. Under Subversion management, files and directories can transcend time and space. Subversion stores files in a central repository, which is very similar to an ordinary file server. The difference is that it can record every modification of files and directories, so that data can be restored to a previous version and the details of data changes can be viewed. Because of this, many people think of version control systems as a kind of magical "time machine".

How to quickly build a Subversion service

This article describes how to quickly build a Subversion service through URLOS in Ubuntu, without complicated command lines and one-click installation.

First, install ULROS:

curl -LO www.urlos.com/siu && sh siu

After successful installation, visit http://ip:9968 and log in to URLOS using the default account and password.

Search for “Subversion” in the app market, find Subversion, and click to install:

Fill in the service name in基本信息, select the running node, and fill in the port number:

Enter an SSH password in設置SSH參數. Note that this is not the server's SSH:

After completing the settings, click the Submit button. At this point, the Subversion service has been set up.

How to use Subversion

We can use the SVN client to access the address: svn://ip/project, the default account: admin password: urlos520;


Enter svn://ip/project


Browse the repository and add a file to it


Enter username: admin, password: urlos520


File added successfully

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • Installation and configuration of VisualSVN Server under Windows (picture and text)
  • How to install and configure SVN standalone server under Linux
  • Eclipse installation SVN online plug-in tutorial
  • Sharing the steps of compiling, installing and configuring SVN server under Linux
  • Detailed explanation of two methods of installing SVN plug-in in Eclipse
  • Detailed tutorial for installing SVN under CentOS6.4 (very detailed)
  • How to install the SVN plugin on Webstorm2017
  • SVN installation tutorial server and client
  • Detailed Installation and Configuration of SVNServer under Windows

<<:  How to process blob data in MySQL

>>:  How to understand the difference between computed and watch in Vue

Recommend

Web page HTML code explanation: ordered list and unordered list

In this section, we will learn about list element...

5 Reasons Why Responsive Web Design Isn’t Worth It

This article is from Tom Ewer's Managewp blog,...

A brief introduction to mysql mycat middleware

1. What is mycat A completely open source large d...

Differentiate between null value and empty character ('') in MySQL

In daily development, database addition, deletion...

A brief discussion on the efficiency of MySQL subquery union and in

Recent product testing found a problem that when ...

How to use ss command instead of netstat in Linux operation and maintenance

Preface When operating and managing Linux servers...

React gets input value and submits 2 methods examples

Method 1: Use the target event attribute of the E...

CentOS 7 Forgot Password Solution Process Diagram

need Whether it is a Windows system or a Linux sy...

Vue template configuration and webstorm code format specification settings

Table of contents 1. Compiler code format specifi...

Complete steps to build a squid proxy server in linux

Preface This article mainly introduces the releva...

Detailed explanation of JS browser event model

Table of contents What is an event A Simple Examp...

Thumbnail hover effect implemented with CSS3

Achieve resultsImplementation Code html <heade...

How to install mysql database in deepin 2014 system

Deepin 2014 download and installation For downloa...

How to configure Java environment variables in Linux system

Configure Java environment variables Here, the en...