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 2015/08/05 21:48:25 UTC

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

Author: stsp
Date: Wed Aug  5 19:48:24 2015
New Revision: 1694303

URL: http://svn.apache.org/r1694303
Log:
* site/publish/docs/release-notes/1.9.html: New svn cleanup options.

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=1694303&r1=1694302&r2=1694303&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.9.html (original)
+++ subversion/site/publish/docs/release-notes/1.9.html Wed Aug  5 19:48:24 2015
@@ -873,6 +873,20 @@ their current contents when the copied t
 
 </div> <!-- svn-copy-pin-externals -->
 
+<div class="h4" id="svn-cleanup-options">
+<h4>New options for <tt>svn cleanup</tt>
+  <a class="sectionlink" href="#svn-cleanup-options"
+     title="Link to this section">&para;</a>
+</h4>
+
+<p>The <tt>svn cleanup</tt> command has new <tt>--remove-unversioned</tt>
+and <tt>--remove-ignored</tt> options which can be used to remove unversioned
+and ignored files from the working copy.</p>
+
+<p><tt>svn cleanup</tt> can now recurse into externals with the new
+<tt>--include-externals</tt> option.</p>
+
+</div> <!-- svn-cleanup-options-->
 
 <div class="h4" id="svn-resolver-m">
 <h4>Interactive conflict resolver changes