Author: stsp
Date: Tue Sep 18 14:57:21 2012
New Revision: 1387205

URL: http://svn.apache.org/viewvc?rev=1387205&view=rev
Log:
* publish/docs/release-notes/1.8.html: Mention 'svn commit --include-externals'.

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=1387205&r1=1387204&r2=1387205&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Tue Sep 18 14:57:21 2012
@@ -710,6 +710,20 @@ for a complete list.</p>
 
 <!-- Insert selected items here -->
 
+<div class="h4" id="commit-exernals">
+<h4>'svn commit' can now recurse into externals
+  <a class="sectionlink" href="#commit-externals"
+    title="Link to this section">&para;</a>
+</h4>
+
+<p>The <tt>svn commit</tt> command supports a new <tt>--include-externals</tt>
+option, which causes it to commit changes within externals in the current
+working copy, in addition to the changes in the current working copy.
+This works by implicitly adding all externals within the commit target
+to the list of commit targets.</p>
+
+</div> <!-- commit-externals -->
+
 <div class="h4" id="empty-pseudo-changelist">
 <h4>Operating on files not in any changelist
   <a class="sectionlink" href="#empty-pseudo-changelist"


Reply via email to