In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-11 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article will explain in detail how to use the version control software SVN under the linux server. The editor thinks it is very practical, so I share it with you as a reference. I hope you can get something after reading this article.
1. Install the svn rpm package first
Find the version that exists in the rpm package and use the command yum install sunversion... (according to the version of the installation file that exists in the package package)
Create a SVN folder on the linux server and create it personally under / usr/local/:
Mkdir / usr/local/svn
Create the project management directory blog under svn:
Svnadmin create blog
two。 Start the SVN service
Svnserve-dr / usr/local/svn
Install svn client on personal computer and svn checkout under the specified folder
Submitting the project file to the server svn Times incorrectly indicates that the permission is insufficient. Set the conf configuration in blog under svn:
Enter svnserve.conf to set the user name and password:
Enter authz to set user name permissions:
Enter passwd to set the password!
At this time, if normal, you should be able to submit successfully!
3. The project is successfully submitted under the svn management directory, and our default project access directory is under / var/www/html, so we need to checkout it out.
Use the command:
Svn checkout svn://127.0.0.1/blog / var/www/html/blog
At this point, set up the project database configuration and you can access it normally!
This is the end of the article on "how to use the version control software SVN under the linux server". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.