在鸟文网站查到了如下解决方案,可以尝试一下
Create a svn folder under your apache /modules folder (i.e. modules/svn), and unzip *all* the files to there - there will be more than just the three mentioned in the manual.
Adjust your LoadModule lines just a bit to include the /svn/ bit like this:
LoadModule dav_svn_module modules/svn/mod_dav_svn.so
LoadModule authz_svn_module modules/svn/mod_authz_svn.so
在系统中增加以下环境变量 (通过控制面板 /环境变量):
C:\Program Files\CollabNet Subversion Server\httpd;
C:\Program Files\CollabNet Subversion Server\httpd\bin;
C:\Program Files\CollabNet Subversion Server\httpd\modules
系统环境: Win XP SP2.