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
Table of contents 1. Delete the old version 2. Ch...
1. Understanding of transition attributes 1. The ...
In a recent project, I needed to implement the fu...
The most common way is to set a primary key or un...
In this article, we will analyze the production of...
1 Background Recently, I have been studying how t...
Editor: This article discusses the role that inte...
In the previous article, we introduced how to use...
Build the project Execute the command line in the...
question: In some browsers, such as 360 browser...
The logs in MySQL include: error log, binary log,...
Pixel Resolution What we usually call monitor res...
Hello everyone, today I will share with you the i...
CSS Selectors Setting style on the html tag can s...
one. Why build a Nexus private server? All develo...