Edit the Apache configuration file “conf\httpd.conf” in the Apache directory ( which might be a subdirectory in some WAMP packages ) and make the following changes:
#LoadModule dav_fs_module modules/mod_dav_fs.so
#LoadModule dav_module modules/mod_dav.so
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
<Location /svn>
DAV svn
SVNParentPath C:\repositories
</Location>
<Location /svn>
DAV svn
SVNPath C:\repository
</Location>
Syntax error on line ??? of httpd.conf:
[Apache] - API module structure 'dav_svn_module' in file D:/int/n32/TYPO3/Apache/modules/mod_dav_svn.so is garbled - expected signature 41503230 but saw 41503232 - perhaps this is not an Apache module DSO, or was compiled for a different Apache version?
“Internal error: Can't open file 'c:\\repository\\format': The system cannot find the file specified”
This teaching assumes, that you configured your system with the “SVNParentsPath” option during installation. WANdisco does this automatically for you.