You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2015/09/11 13:42:02 UTC

svn commit: r1702433 - /subversion/site/publish/docs/release-notes/1.9.html

Author: philip
Date: Fri Sep 11 11:42:02 2015
New Revision: 1702433

URL: http://svn.apache.org/r1702433
Log:
* docs/release-notes/1.9.html
  Clarify #locking-multiple-files.

Modified:
    subversion/site/publish/docs/release-notes/1.9.html

Modified: subversion/site/publish/docs/release-notes/1.9.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.9.html?rev=1702433&r1=1702432&r2=1702433&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.9.html (original)
+++ subversion/site/publish/docs/release-notes/1.9.html Fri Sep 11 11:42:02 2015
@@ -1373,7 +1373,8 @@ creating the new revision.</p>
 <p>Clients using the svn:// protocol will also benefit from the more
 efficient lock handling when locking or unlocking multiple files in a
 single operation.  Clients using HTTP will not get this benefit since
-the client still sends multiple LOCK and UNLOCK requests.</p>
+the client still sends multiple, pipelined, LOCK and UNLOCK requests,
+one for each file.</p>
 
 </div> <!-- locking-multiple-files -->