1. Create a repository in the specified directory to save the total directory. The example directory in this article is set to: /usr/local/svn/svnrepos 2. Create two warehouse folders in the general directory and use commands to create a version library
3. Enter the conf folder under the warehouse1 directory. Copy the authz and passwd files to the svnrepos directory
4. Modify the svnserve.conf file under warehouse1/conf, modify the password file and authz file, and configure other configurations according to the normal single svn configuration. (Set up the same for warehouse2) 5. Modify the password file and authz file in the copied /svnrepos directory passwd file: set account password authz file 6. Start the SVN service 7. Others When checking out a project in a Windows environment, The checkout address of warehouse 1 is: svn://ip address/warehouse1 The checkout address of warehouse 2 is: svn://ip address/warehouse2 8. About configuring multiple SVN 1. Establish SVN library
Note: Here I put all the SVN libraries in the SVNdata folder of opt. Here I created a 2. Upload the project to the specified SVN
3. Automatically open multiple SVNs at the same time 1. Create an execution script svn.sh (in the /root path), the content of which is very simple. as follows:
2. Add executable permissions 3. Add automatic operation to open (vi or gedit) /etc/rc.d/rc.local and add the following content to the last line: Save and exit 4. Inspection Restart the server and use ps -ef to see if the process is started. 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:
|
<<: MySQL merge and split by specified characters example tutorial
>>: JavaScript tips to help you improve your coding skills
Zabbix deployment documentation After zabbix is ...
Table of contents (1) Introduction: (2) The ways ...
Table of contents 1. Create a watermark Js file 2...
GitHub address, you can star it if you like it Pl...
Table of contents 1. Cause 2. Equipment Informati...
This article uses examples to explain the knowled...
Preface We often say that node is not a new progr...
1. Indexes do not store null values More precisel...
The background color of the table can be set thro...
1. Introduction to Prometheus Prometheus is an op...
This article uses examples to illustrate the func...
This article mainly introduces the implementation...
Preface A reverse proxy is a server that receives...
Copy code The code is as follows: <!DOCTYPE ht...
Preface Recently, a problem occurred in the test ...