Author: stsp
Date: Thu May 9 11:10:34 2013
New Revision: 1480589
URL: http://svn.apache.org/r1480589
Log:
Tidy up documentation of 'svnauthz' in the 1.8 release notes.
* publish/docs/release-notes/1.8.html
(svnauthz_validate-detailed): Rename to...
(svnauthz_accessof): ... this, to catch up with the fact that the
svnauthz-validate tool has been renamed to 'svnauthz'. Extend documentation
of 'svnauthz accessof' in this section, using parts of the 'svnauthz'
section which was also documenting it.
(svnauthz): Link to the svnauthz_accessof section, where the relevant
information has been moved to.
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=1480589&r1=1480588&r2=1480589&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Thu May 9 11:10:34 2013
@@ -675,10 +675,8 @@ line compatibility, if the svnauthz comm
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
-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>
+<p>svnauthz also provides new functionality.
+See <a href="svnauthz_accessof">this section</a> for details.</p>
</div> <!-- svnauthz -->
@@ -1607,20 +1605,25 @@ deltas, as generated by <tt>svnadmin dum
</div> <!-- svndumpfilter-deltas -->
-<div class="h4" id="svnauthz_validate-detailed">
-<h4>svnauthz-validate can print user's access to a path in a repository
- <a class="sectionlink" href="#svnauthz_validate-detailed"
+<div class="h4" id="svnauthz_accessof">
+<h4>svnauthz can print user's access to a path in a repository
+ <a class="sectionlink" href="#svnauthz_accessof"
title="Link to this section">¶</a>
</h4>
-<p><tt>svnauthz-validate</tt> now supports optional
-<tt>--username</tt>, <tt>--repository</tt>, and <tt>--path</tt>
-arguments. When these are passed, it prints <tt>no</tt>, </tt>r</tt>,
+<p><tt>svnauthz</tt> (<a href="#svnauthz"
+>formerly known as <tt>svnauthz-validate</tt></a>)
+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.</p>
+
+<p><tt>svnauthz accessof</tt> supports <tt>--username</tt>,
+<tt>--repository</tt>, and <tt>--path</tt> arguments.
+When these are passed, it prints <tt>no</tt>, </tt>r</tt>,
or <tt>rw</tt> depending on what access the given username has:
none, read-only, or read-write.</p>
-</div> <!-- svnauthz_validate-detailed -->
-
+</div> <!-- svnauthz_accessof -->
</div> <!-- cmdline-admin -->