svn background management

Background management of svn:

After setting a folder as a repository, make the following modifications:

1.svnserve.conf:

    anon-access = none #This way all access must provide username and password

    password-db=passwd username password location

    authz-db=authz provides the location of the authentication file

   ( Multiple warehouses can share the same passwd authz file for easy management )

2.passwd file to add username and password

    username = passwd

3. Set permissions in the authz file

    Add to

    [/]
    *=rw

    Indicates that anyone in the root directory of the repository has read and write permissions

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327095050&siteId=291194637