One.. Base 1, install the server, install the client (small turtle ... ) 2, the establishment of warehouses: Svnadmin create F:\WEB\SHOP3, start the warehouse svnserve-d-R F:\WEB\SHOP4, shop\conf\svnserve.conf about 12 lines #anon-access = Read modified to Anon-access = write (not preceded by spaces) means Allow anonymous commit 5, checkout... two, set account password 1. Introduction Profile shop\conf\svnserve.conf Modify approximately 20 lines password-db = passwd user account configuration approx. 27 Rows authz-db = Authz permissions configuration 2, add users, modify/conf/ passwd# Add user [users]# Harry = harryssecret# sally = sallyssecreta1 = 123a2 = 123 3, set permissions modification-"conf/authz& nbsp;# set permissions to the user of the SVN repository #[/] repository hostname address svn://localhost# Run warehouse service: svnserve-d-R f:/web/shop #[shop:/] multiple. Repository hostname address svn://localhost/shop# Run warehouse service: svnserve-d-R f:/web/#具体权限 R:read read W:write write [shop:/]a1 = RWA2 = r* = 4, svnserve-d-r f:\web here to start multiple warehouses, so the web, instead of web\shop 5, commit or checkout, you will enter the user name and password The amount of 6, Group settings for multiple users approx. 21-24 lines myusers = a1,a2,a3,a4,a5 #@ symbol for group, not normal user such as a1# to group Myusers Read and Write permissions @myusers = rw log is unhealthy ... Turn off anonymous users: shop\conf\svnserve.conf about 12 lines anon-access = none and then it's normal ... &nBSP; three 、、、、、 set a directory permission to allow access only to the directory. #设置某个目录权限修改authz [SHOP:/WAIBAO]W1 = RWW2 = RWW3 = rw* = after saving in A1 submit: with W1 commit: four 、、、、、、、、、、 set SVN boot start SC Create Svnd binpath= "C:/Program Files (x86)/subversion/bin/svnserve.exe-r f:/web/--service" start= auto Binpath= Space start= Space Delete Service SC delete svnd
Under the Windows SVN build (Linux later record ... )