Ben Reser wrote on Fri, Nov 22, 2013 at 10:58:39 -0800: > So in the soon to be released 1.8.5 and 1.7.14 we are filling in the filename > on the request_rec with svn:/path/to/repo/path/in/repo. For instance if you > swapped svn: with file:// you'd be able to use this as a URL to a svn command > on the server. For example your example above would show as > "svn:/usr/local/svn/ppt/trunk".
Might not be a bad idea then to make the artificial/invalid request_rec.filename value look less like a URL then? Just in case it ends up in someone's "(gdb) p" output, or in a log file, etc. For example, "svn+invalid:/usr/local/svn/ppt/trunk".