svn 服务搭建

阅读更多

    1. Download svn server [Setup-Subversion] and svn client[TortoiseSVN] and install them.

 

2. Create the svn repository.

svn 服务搭建_第1张图片

 Then you can see below folds are created

svn 服务搭建_第2张图片

 

3. Open folder conf and configure below three files in repository


svn 服务搭建_第3张图片
for svnserve.conf

Uncomment below two lines

password-db = passwd
authz-db = authz

 

for passwd add configuration 

xiao=xiao

 

for authz add below configuration

[/]
xiao=rw

 

4. Invoke svnserve.exe in the server bin directory.

Note: D:\svn_respository is the svn repository in your local


svn 服务搭建_第4张图片
 

 

 

  • svn 服务搭建_第5张图片
  • 大小: 19.3 KB
  • svn 服务搭建_第6张图片
  • 大小: 31 KB
  • svn 服务搭建_第7张图片
  • 大小: 20.5 KB
  • svn 服务搭建_第8张图片
  • 大小: 26.8 KB
  • 查看图片附件

你可能感兴趣的:(project,version,svn,tortoise)