按顺序
http://www.apache.org/dist/httpd/binaries/win32/apache_2.0.61-win32-x86-openssl-0.9.7m.msi
http://subversion.tigris.org/files/documents/15/39559/svn-1.4.5-setup.exe
%Apache2%\conf\httpd.conf的末尾加入
<Location /svn/wsbs>
DAV svn
SVNPath d:/svn/wsbs
</Location>
如果d:/svn/wsbs已经有svn的存储库的话,打开http://127.0.0.1/svn/wsbs则可以看到其内容。
参考