Author: breser
Date: Sat Dec 7 02:47:08 2013
New Revision: 1548787
URL: http://svn.apache.org/r1548787
Log:
* publish/docs/release-notes/1.7.html,
publish/docs/release-notes/1.8.html:
(mod_dav_svn-fsmap): Update to reflect changes in 1.7.14 and 1.8.5
Modified:
subversion/site/publish/docs/release-notes/1.7.html
subversion/site/publish/docs/release-notes/1.8.html
Modified: subversion/site/publish/docs/release-notes/1.7.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.7.html?rev=1548787&r1=1548786&r2=1548787&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.7.html (original)
+++ subversion/site/publish/docs/release-notes/1.7.html Sat Dec 7 02:47:08 2013
@@ -1550,7 +1550,15 @@ undesired side effects.</p>
<p>Starting with Subversion 1.7.12 the requests being served by
<tt>mod_dav_svn</tt> will not be mapped to the local file system and when
logging with the <tt>%f</tt> variable you will see a <tt>"-"</tt>
logged.
-<tt><Directory></tt> blocks will no longer apply to such requests.</p>
+<tt><Directory></tt> blocks will no longer apply to such requests.
+Subversion 1.7.14 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
+<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
+prevent the filename from matching an actual path on disk since it isn't a
+valid path and as such <tt><Directory></tt> blocks will still not apply.
+</p>
<div class="notice">
<p><span style="color: red"><b>WARNING:</b></span>Therefore, if you were
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=1548787&r1=1548786&r2=1548787&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Sat Dec 7 02:47:08 2013
@@ -2562,6 +2562,13 @@ undesired side effects.</p>
<tt>mod_dav_svn</tt> will not be mapped to the local file system and when
logging with the <tt>%f</tt> variable you will see a <tt>"-"</tt>
logged. <tt><Directory></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
+<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
+prevent the filename from matching an actual path on disk since it isn't a
+valid path and as such <tt><Directory></tt> blocks will still not apply.
</p>
<div class="notice">