svn新建项目
以新建hp项目为例:
- 在F:\svn_repo里面新建文件夹hp
- 选中hp文件夹,鼠标右键tortoiseSVN——create repository here
- C:\Program Files\Apache Software Foundation\Apache2.2\conf文件夹编辑httpd.conf
在最后面插入
<Location /repo/hp>
DAV svn
svnPath F:/svn_repo/hp
AuthType Basic
AuthName "Subversion repositories"
AuthUserFile F:/svn_repo/passwd
Require valid-user
</Location>