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/05/15 12:35:31 UTC

svn commit: r1338633 - /subversion/site/publish/docs/release-notes/1.7.html

Author: stsp
Date: Tue May 15 10:35:30 2012
New Revision: 1338633

URL: http://svn.apache.org/viewvc?rev=1338633&view=rev
Log:
* publish/docs/release-notes/1.7.html: Document a subtle and intended
   behaviour change in the "misc compatibility notes" section.

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

Modified: subversion/site/publish/docs/release-notes/1.7.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.7.html?rev=1338633&r1=1338632&r2=1338633&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.7.html (original)
+++ subversion/site/publish/docs/release-notes/1.7.html Tue May 15 10:35:30 2012
@@ -382,6 +382,26 @@ href="http://subversion.tigris.org/issue
 
 </div>  <!-- revprop-packing -->
 
+<div class="h4" id="immediate-dir-removal">
+<h4>'svn remove' now removes directories from disk immediately
+  <a class="sectionlink" href="#immediate-dir-removal"
+    title="Link to this section">&para;</a>
+</h4>
+
+<p>The <tt>svn remove</tt> command now removes directories from disk
+immmediately. In Subversion 1.6, directories were scheduled for deletion
+but kept on disk to retain meta-data stored in the <tt>.svn</tt> subdirectory.
+With the new working copy format introduced in Subversion 1.7 it is no
+longer necessary to keep the removed directory on disk. This also
+facilitates better handling of directory replacements in the working
+copy (see <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3468"
+>issue #3468</a> for details).</p>
+
+<p>If the <tt>--keep-local</tt> option is used, <tt>svn remove</tt> will
+keep the removed directory on disk.<p>
+
+</div>  <!-- immediate-dir-removal -->
+
 </div>  <!-- compat-misc -->
 
 </div>  <!-- compatibility -->