windows server set up SVN [multi-project setting method]

https://tortoisesvn.net/downloads.html

The system download version, download the normal way to install properly.

First, set the version number of the repository directory, such as: cdengine

Second, to establish multiple directories at cdengine directory, such as cdengine1, cdengine2 use svnadmi create cdengine1 and svnadmi create cdengine2 in the dos command, respectively, were established catalog warehouse project

Third, under the modified configuration file svnserve.conf cdengine1, cdengine2 directory

Access Read-anon = #  , # = the auth-Write Access  , # = the passwd password-DB , # = the authz-DB corresponding to the authz amended as follows:

  anon-access = none auth-access= writepassword-db = ../../passwdauthz-db = ../../authz

Note: ../../ on behalf of a relative path

Partition cdengine1 / authz, cdengine2 / authz :

[/]
gom=rw
* = r

Fourth, under the modified configuration file passwd.conf cdengine1, cdengine2 directory

format

Username = password For example: admin = 123456 [note the space]

Fifth, copy a single branch conf folder to cdengine directory, delete files svnserve.conf

1) cdengine / passwd.conf password

3) cdengine / authz set the authentication permissions

[/]
gom=rw
* = r

Start the DOS command in the method: svnserve -d -r E: \ svnroot

Should the service is installed in the service management inside, simple way to download a file SVNService.exe, into subversion installation directory bin folder, then run dos commands,

 

Run as follows: SVNService -install -d -rE: \ svnroot

 

 

Guess you like

Origin www.cnblogs.com/delphixe/p/11770736.html