You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2012/09/18 15:21:46 UTC

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

Author: stsp
Date: Tue Sep 18 13:21:46 2012
New Revision: 1387139

URL: http://svn.apache.org/viewvc?rev=1387139&view=rev
Log:
* publish/docs/release-notes/1.8.html: Document 'svnadmin lock/unlock'.

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=1387139&r1=1387138&r2=1387139&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Tue Sep 18 13:21:46 2012
@@ -482,6 +482,20 @@ if a single working copy contains multip
 
 </div> <!-- pristines -->
 
+<div class="h3" id="svnadmin-lock">
+<h3>New 'svnadmin lock' and 'svnadmin unlock' commands
+  <a class="sectionlink" href="#svnadmin-lock"
+    title="Link to this section">&para;</a>
+</h3>
+
+<p>The new <tt>svnadmin lock</tt> and <tt>svnadmin unlock</tt> commands
+can be used to lock and unlock paths in the repository directly,
+without requiring a working copy for use with <tt>svn lock</tt> or
+<tt>svn unlock</tt>.</p>
+
+</div> <!-- svnadmin-lock -->
+
+
 <div class="h3" id="cmdline">
 <h3>Command-line client improvements (<em>client</em>)
   <a class="sectionlink" href="#cmdline"