Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Centos detailed steps for installing svn

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

Installing SVN under Windows is very easy, but installing svn under linux may still be a bit difficult for beginners. I'll demonstrate the complete installation process step by step.

Direct command:

1. If the system has installed an older version, uninstall it

/ / Uninstall the old version of yum remove subversionyum install subversion

two。 Create a data directory. Svn is called a warehouse.

/ / create warehouse mkdir / usr/data/store

3. Create a project, such as a project called hshop

/ / create project svnadmin create / usr/data/store/hshop

4. To start the configuration, go to the conf directory and edit the authz file. For example, there are two users, huangqj and heyy, under the group back_end.

/ / enter the project configuration directory cd / usr/data/store/hshop/conf/vi authz// to add groups under [groups] and user back_end=huangqj,heyy// to configure group permissions in # [repository:/baz/fuz]. Rw means to read and write [/] @ back_end=rw// configure connection password vi passwdhuangqj=123456heyy=123456// configuration comprehensive file vi svnserve.confanon-access = readauth-access = writepassword-db = passwdauthz-db = authzrealm = hshop

5. Start the svn service

/ / start svnserve-d-r / usr/data/store/hshop// to see if the startup is successful ps-ef | grep svn | grep-v grep

6. Connection service

Svn://192.168.63.173:3690/store/hshop

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.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report