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

How to quickly install and configure svn in CentOS6.9

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

This article mainly shows you "how to quickly install and configure svn in CentOS6.9", which is easy to understand and clear. I hope it can help you solve your doubts. Let me lead you to study and learn how to quickly install and configure svn in CentOS6.9.

Environment introduction:

Operating system: CentOS release 6.9 (Final)

192.168.65.130 (svn server)

192.168.65.129 (svn client)

1. Svn installation check (performed on both machines)

If [!-f / usr/bin/svn]; then yum-y install subversion > / dev/null echo "svn has been installed." > / dev/null / usr/bin/svn-- version | head-1 | awk-F "'{print $3}'fi

Create a version library folder (operate on 130 only)

Mkdir-p / data/svn/sinsvn# create version library svnadmin create / data/svn/sinsvnmkdir-p / data/www/sinsvn

III. Main operations

# Import the project to be managed into the version library repository svn import / data/www/sinsvn/ file:///data/svn/sinsvn-m "svn first test" # check whether the svn list is imported successfully-- verbose file:///data/svn/sinsvn# modifies the configuration file of the version library # vim / data/svn/sinsvn/conf/svnserve.confcat > / data/svn/sinsvn/conf/svnserve.conf / tmp/post-commit.logEOFchmod + x / data/svn/sinsvn / hooks/post-commit above are all the contents of the article "how to quickly install and configure svn in CentOS6.9" Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

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

Servers

Wechat

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

12
Report