You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2011/01/12 00:19:45 UTC

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

Author: hwright
Date: Tue Jan 11 23:19:45 2011
New Revision: 1057923

URL: http://svn.apache.org/viewvc?rev=1057923&view=rev
Log:
Add some brief text about svnrdump to the release notes.

* publish/docs/release-notes/1.7.html
  (svnrdump): New 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=1057923&r1=1057922&r2=1057923&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.7.html (original)
+++ subversion/site/publish/docs/release-notes/1.7.html Tue Jan 11 23:19:45 2011
@@ -34,6 +34,8 @@ describes what is planned for the releas
 <ul>
   <li><a href="#wc-ng"
       >Working Copy Metadata Storage Improvements</a></li>
+  <li><a href="#svnrdump"
+      >New remote dumpfile tool: <code>svnrdump</code></a></li>
   <li><a href="#cmdline"
       >Command-line client improvements</a></li>
   <li><a href="#apis"
@@ -244,6 +246,21 @@ practical to simply checkout a new worki
 
 </div>  <!-- wc-ng -->
 
+<div class="h3" id="svnrdump">
+<h3>New remote dumpfile tool: <code>svnrdump</code> (<em>client</em>)
+  <a class="sectionlink" href="#svnrdump"
+    title="Link to this section">&para;</a>
+</h3>
+
+<p>Subversion 1.7 adds a new tool to the client's toolbox:
+<code>svnrdump</code>.  <code>svnrdump</code> replicates the functionality of
+<code>svnadmin dump</code> and <code>svnadmin load</code>, but works on
+remote repositories, instead of needing administrator access to the source or
+target repository.</p>
+
+</div>  <!-- svnrdump -->
+
+
 </div>  <!-- new-features -->
 
 <div class="h2" id="enhancements">