vishwajeet singh <dextrou...@gmail.com> writes: >> > *svn: E160013: Commit failed (details follow):* >> > *svn: E160013: '/svn/RDR/!svn/me' path not found* > >> "SVNAdvertiseV2Protocol off" might be a workaround. >> >> Note that there are known issues with httpd-2.4 support in svn with bdb >> repositories. > > I could workaround with that but than I don't get the benefits of new > protocol. > > Just to add I stumbled upon thins thread > http://mail-archives.apache.org/mod_mbox/httpd-users/201203.mbox/%3Cjkg3qq$a55$1...@dough.gmane.org%3E > > > I am facing the exactly the same issue. > > I wonder why wsgi and svn would conflict and create such scenario.
mod_wsgi is probably intercepting the POST request intended for mod_dav_svn and not passing it on. Subversion 1.7.0 had a similar problem, it tried to process non-Subversion POST requests and produced an error. The Subversion problem was fixed in 1.7.2. A code change in mod_wsgi is probably required. It may be possible to reorder the modules in the apache config file. -- Philip