You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2015/10/26 13:06:33 UTC

svn commit: r1710581 - /subversion/site/publish/docs/release-notes/1.8.html

Author: philip
Date: Mon Oct 26 12:06:33 2015
New Revision: 1710581

URL: http://svn.apache.org/viewvc?rev=1710581&view=rev
Log:
* publish/docs/release-notes/1.8.html
  (mod_dav_svn-fsmap): Prefix is "dav_svn:" not "svn:".

Modified:
    subversion/site/publish/docs/release-notes/1.8.html

Modified: subversion/site/publish/docs/release-notes/1.8.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.8.html?rev=1710581&r1=1710580&r2=1710581&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Mon Oct 26 12:06:33 2015
@@ -2572,10 +2572,10 @@ undesired side effects.</p>
 logging with the <tt>%f</tt> variable you will see a <tt>&quot;-&quot;</tt>
 logged. <tt>&lt;Directory&gt;</tt> blocks will no longer apply to such requests.
 Subversion 1.7.14 and 1.8.5 changed this further and the filename for the request
-will now be set as <tt>svn:/path/to/repo/path/in/repo</tt> (e.g. if your repo is at
+will now be set as <tt>dav_svn:/path/to/repo/path/in/repo</tt> (e.g. if your repo is at
 <tt>/var/svn/repo</tt> and the request is accessing <tt>/trunk/myfile</tt> in
 the repo then the filename for the request will be set to 
-<tt>svn:/var/svn/repo/trunk/myfile</tt>.  Note that the svn: prefix will
+<tt>dav_svn:/var/svn/repo/trunk/myfile</tt>.  Note that the dav_svn: prefix will
 prevent the filename from matching an actual path on disk since it isn't a
 valid path and as such <tt>&lt;Directory&gt;</tt> blocks will still not apply.
 </p>