Hi, The problem you see, it appears to me, is due to the order that the modules are loaded. Modules are loaded based on the filename of the *.load. When the mod_dav_svn module is loaded before the mod_dav module then the load fails because mod_dav symbols are needed by mod_dav_svn. The order of the files in question is:
dav-svn-mine.load dav.load dav_fs.load dav_svn.load -David -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

