Author: cmpilato
Date: Wed Oct 10 14:11:08 2012
New Revision: 1396612
URL: http://svn.apache.org/viewvc?rev=1396612&view=rev
Log:
* site/publish/docs/release-notes/1.8.html
(#ephemeral-txnprops): Link to the ViewVC display of the
persist-ephemeral-txnprops.py script when referring to the use of a
hook script to persist ephemeral txnprops.
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=1396612&r1=1396611&r2=1396612&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Wed Oct 10 14:11:08 2012
@@ -1132,9 +1132,11 @@ available to hook scripts for examinatio
<p><strong>Note:</strong> Administrators who deem the information
carried in these properties to be of long-term value may of course log
the information as they see fit. For example, such an administrator
-may wish to modify his or her <tt>pre-commit</tt> hook script to copy
-the values of those properties to new, custom transaction properties
-(which do <em>not</em> have names within the reserved <tt>svn:</tt>
+may wish to use a
+<a
href="http://svn.apache.org/viewvc/subversion/trunk/tools/hook-scripts/persist-ephemeral-txnprops.py?view=markup"
+><tt>pre-commit</tt> hook script</a> to copy the values of those
+properties to new, custom transaction properties (which
+do <em>not</em> have names within the reserved <tt>svn:</tt>
namespace, of course!) for long-term storage associated with the
commit.</p>