参考:http://doc.iusesvn.com/show-45-1.html
把http://opcustom.googlecode.com/svn/备份到file:///d:/svnrep/bak
在d盘的svnrep目录下
svnadmin create bak
之后
在bak\hooks下建立pre-revprop-change.bat,
内容为
exit 0;
然后
svnsync init file:///d:/svnrep/bak http://opcustom.googlecode.com/svn/
svnsync sync file:///d:/svnrep/bak
按顺序
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则可以看到其内容。
参考
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!