You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2012/11/19 04:49:45 UTC

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

Author: danielsh
Date: Mon Nov 19 03:49:44 2012
New Revision: 1411055

URL: http://svn.apache.org/viewvc?rev=1411055&view=rev
Log:
* docs/release-notes/1.8.html
  (#ephemeral-txnprops): Tweak text to clarify the existence of the example
   hook script and document the svn:revision-* namespace.  (The text
   now says "Don't copy into svn:*" and then says it copies to 
   svn:revision-*.)

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=1411055&r1=1411054&r2=1411055&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Mon Nov 19 03:49:44 2012
@@ -1596,13 +1596,15 @@ 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 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
+may wish to use a <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>
 namespace, of course!)  for long-term storage associated with the
-commit.</p>
+commit.  An example hook script that renames the revision properties from
+<tt>svn:txn-*</tt> to <tt>svn:revision-*</tt> is 
+<a href="http://svn.apache.org/viewvc/subversion/trunk/tools/hook-scripts/persist-ephemeral-txnprops.py?view=markup"
+>distributed with Subversion itself</a>.</p>
 
 </div>  <!-- ephemeral-txnprops -->