Anyone know how to setup a subversion repository for remote access? RH9 comes with subversion 0.17. I tried adding a new config file to /etc/httpd/conf.d/ called subversion.conf it contained the following: LoadModule dav_svn_module modules/libsvn_ra_dav-1.so <Location /repos> DAV svn SVNParentPath /var/subversion </Location> but I get the following error: Starting httpd: Syntax error on line 1 of /etc/httpd/conf.d/subversion.conf: Cannot load /etc/httpd/modules/libsvn_ra_dav-1.so into server: /etc/httpd/modules/libsvn_ra_dav-1.so: undefined symbol: svn_txdelta_to_svndiff Thoughts?