MacOSX also becomes the svn server Method

Source: Internet
Author: User


Make your Mac OSX also become a svn Server recently in the company, to put some of my previous projects, some of the company's projects are put on svn so that everyone can modify and manage each other. I used Mac to create a svn-less svn library, we often use tar to save it out. The apple system directly provides the svn toolkit svn svndumpfilter svnserve svnversion svnadmin svnlook svnsync. We use svnadminsvnserve to get the User Password written by the instance, which is simple, the real time must be complex. However, the svn password is plain text and should not be too demanding. first, create the svn library mkdir ~ /Svn cd ~ /Svn mkdir mydata svnadmin create ~ /Svn/mydata note that the files in mydata are svnadmin for you. 2. configure and manage svn www.2cto.com. conf vi svnserve is available in the directory of each database. conf [general] anon-access = none auth-access = write password-db = passwd authz-db = authz vi passwd [users] qvb3d = 123456 test = 123456 vi authz [/] qvb3d = rw test = rw [mydata: /] qvb3d = rw test = all the above configurations must be the top level; otherwise, error 3 will be reported. start the svn service sudo svnserve-d-r ~ /Svn & close svn service sudo killall svnserve 4. Using SmartSVN software author qvb3d

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.