Author: danielsh
Date: Fri Apr 26 15:06:17 2013
New Revision: 1476246
URL: http://svn.apache.org/r1476246
Log:
* docs/release-notes/1.8.html
(#authz-path-syntax): Change link target.
(#svnauthz): Minor edits.
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=1476246&r1=1476245&r2=1476246&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Fri Apr 26 15:06:17 2013
@@ -525,7 +525,7 @@ change, unless a failure to parse the au
for everyone... which would not be a sane way to configure a server. -->
denied as a result of upgrading to Subversion
1.8. The <a
-href="https://svn.apache.org/repos/asf/subversion/trunk/tools/server-side/svnauthz.c"
+href="#svnauthz"
>svnauthz</a> tool, when linked to Subversion 1.8
libraries, can be used to test an authz file for validity using the validate
subcommand. (The tool will error out on a file that the Subversion server will
@@ -667,15 +667,15 @@ you restarted svnserve you will need to
</h4>
<p>The svnauthz-validate command has been renamed to svnauthz and now has
-a validate subcommand. Meaning the equivalent to <tt>svnauthz-validate
+a 'validate' subcommand. Meaning the equivalent to <tt>svnauthz-validate
file</tt> in 1.8 is <tt>svnauthz validate file</tt>. To maintain command
-line compatibility if the svnauthz command is run with the command name of
+line compatibility, if the svnauthz command is run with the command name of
<tt>svnauthz-validate</tt> then it emulates the behavior of the
<tt>svnauthz-validate</tt> command from 1.7. <tt>make install-tools</tt>
installs a symlink <tt>svnauthz-validate</tt> to provide this compatibility
functionality.</p>
-<p>Additionally, svnauthz now has an accessof subcommand that can print or
+<p>Additionally, svnauthz now has an 'accessof' subcommand that can print or
test what the permissions would be in a given circumstance. Allowing you
to validate that your changes have effected the permissions that you intended
before applying them. See <tt>svnauthz help accessof</tt> for more
details.</p>