Build a subversion in linux

Source: Internet
Author: User
Tags subversion client

Build subversion 1 in linux. use yum to download and install the subversion SQL code yum install subversion apr-1.2.7-11 subversion-1.4.2-4.el5 2. create the subversion library Java code svnserve-d-r/home/xxx/svntest SQL code svnadmin create/home/xxxx/svntest 3. modify svnserve. in the conf configuration file, add the user name and password to the Java code cd svnteset/conf/vim svnserve. add your username and password to conf. 4. enable port 3690 Java code iptables-a input-p tcp -- dport 3690-j ACCEPT 5. start the svnserve service Java code svnserve-r-d/home/xxx/svntest 6. use the subversion client check out code: svn: // xxxxx/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.