<div dir="auto">I can't see the context right now, but is it worth noting here that in the directory case, the directory won't be removed if there are unversioned items within it?<br><br><div data-smartmail="gmail_signature">-- <br>Sent via mobile. Please excuse brevity.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Dec 1, 2017 6:57 PM,  <<a href="mailto:richardcavell@users.sourceforge.net">richardcavell@users.sourceforge.net</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Revision: 5514<br>
          <a href="http://sourceforge.net/p/svnbook/source/5514" rel="noreferrer" target="_blank">http://sourceforge.net/p/<wbr>svnbook/source/5514</a><br>
Author:   richardcavell<br>
Date:     2017-12-01 23:30:58 +0000 (Fri, 01 Dec 2017)<br>
Log Message:<br>
-----------<br>
Modify chapter 2's description of svn delete FOO<br>
<br>
In fact, svn delete *does* immediately remove directories, as well as files<br>
and symlinks. This is true on svn 1.8 and 1.9. The behaviour described by the<br>
previous version of the book applied to previous versions of svn.<br>
<br>
Discussed on #svn on Freenode on 1 December 2017.<br>
<br>
Modified Paths:<br>
--------------<br>
    trunk/en/book/ch02-basic-<wbr>usage.xml<br>
<br>
Modified: trunk/en/book/ch02-basic-<wbr>usage.xml<br>
==============================<wbr>==============================<wbr>=======<br>
--- trunk/en/book/ch02-basic-<wbr>usage.xml  2017-12-01 14:32:37 UTC (rev 5513)<br>
+++ trunk/en/book/ch02-basic-<wbr>usage.xml  2017-12-01 23:30:58 UTC (rev 5514)<br>
@@ -703,19 +703,14 @@<br>
             </indexterm><br>
             <para>Use this to schedule the file, directory, or<br>
               symbolic link <filename>FOO</filename> to be deleted<br>
-              from the repository.  If <filename>FOO</filename> is a<br>
-              file or link, it is immediately deleted from your<br>
-              working copy.  If <filename>FOO</filename> is a<br>
-              directory, it is not deleted, but Subversion schedules<br>
-              it for deletion.  When you commit your<br>
-              changes, <filename>FOO</filename> will be entirely<br>
-              removed from your working copy and the<br>
-              repository.<footnote><para>Of course, nothing is ever<br>
-              totally deleted from the repository&mdash;just from<br>
-              its <literal>HEAD</literal> revision.  You may continue<br>
-              to access the deleted item in previous revisions.<br>
-              Should you desire to resurrect the item so that it is<br>
-              again present in <literal>HEAD</literal>, see<br>
+              from the repository.  <filename>FOO</filename> is<br>
+              immediately deleted from your working copy.<br>
+              (Of course, nothing is ever totally deleted from the<br>
+              repository&mdash;just from its <literal>HEAD</literal> revision.<br>
+              You may continue to access the deleted item in previous<br>
+              revisions).<br>
+              <footnote><para>Should you desire to resurrect the item<br>
+              so that it is again present in <literal>HEAD</literal>, see<br>
               <xref linkend="svn.branchmerge.<wbr>basicmerging.resurrect"<br>
               />.</para></footnote></para><br>
           </listitem><br>
<br>
<br>
______________________________<wbr>_________________<br>
svnbook-dev mailing list<br>
<a href="mailto:svnbook-dev@red-bean.com">svnbook-dev@red-bean.com</a><br>
<a href="http://www.red-bean.com/mailman/listinfo/svnbook-dev" rel="noreferrer" target="_blank">http://www.red-bean.com/<wbr>mailman/listinfo/svnbook-dev</a></blockquote></div></div>