Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > e8fe8188cee5592550f08a19b470186d > files > 189

subversion-doc-1.9.7-1.mga6.x86_64.rpm

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>svnrdump Reference—Remote Subversion Repository Data Migration</title>
    <link rel="stylesheet" type="text/css" href="styles.css" />
    <meta name="generator" content="DocBook XSL Stylesheets V1.76.1" />
    <style type="text/css">
body { background-image: url('images/draft.png');
       background-repeat: no-repeat;
       background-position: top left;
       /* The following properties make the watermark "fixed" on the page. */
       /* I think that's just a bit too distracting for the reader... */
       /* background-attachment: fixed; */
       /* background-position: center center; */
     }</style>
    <link rel="home" href="index.html" title="Version Control with Subversion [DRAFT]" />
    <link rel="up" href="svn.ref.html" title="Part II. Subversion Command Reference" />
    <link rel="prev" href="svn.ref.svnsync.c.sync.html" title="svnsync synchronize (sync)" />
    <link rel="next" href="svn.ref.svnrdump.c.dump.html" title="svnrdump dump" />
  </head>
  <body>
    <div xmlns="" id="vcws-version-notice">
      <p>This text is a work in progress—highly subject to
       change—and may not accurately describe any released
       version of the Apache™ Subversion® software.
       Bookmarking or otherwise referring others to this page is
       probably not such a smart idea.  Please visit
       <a href="http://www.svnbook.com/">http://www.svnbook.com/</a>
       for stable versions of this book.</p>
    </div>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">svnrdump Reference—Remote Subversion Repository Data Migration</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="svn.ref.svnsync.c.sync.html">Prev</a> </td>
          <th width="60%" align="center">Part II. Subversion Command Reference</th>
          <td width="20%" align="right"> <a accesskey="n" href="svn.ref.svnrdump.c.dump.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="reference" title="svnrdump Reference—Remote Subversion Repository Data Migration">
      <div class="titlepage">
        <div>
          <div>
            <h1 class="title"><a id="svn.ref.svnrdump"></a>svnrdump Reference—Remote Subversion Repository Data Migration</h1>
          </div>
        </div>
        <hr />
      </div>
      <div class="partintro" title="svnrdump Reference—Remote Subversion Repository Data Migration">
        <div></div>
        <p><span class="command"><strong>svnrdump</strong></span> joined the Subversion tool chain
      in the Subversion 1.7 release.  It is best described as a
      network-aware version of the <span class="command"><strong>svnadmin dump</strong></span>
      and <span class="command"><strong>svnadmin load</strong></span> commands, paired together
      and released as a separate standalone program.  We discuss the
      process of dumping and loading repository data—using
      both <span class="command"><strong>svnadmin</strong></span>
      and <span class="command"><strong>svnrdump</strong></span>— in
      <a class="xref" href="svn.reposadmin.maint.html#svn.reposadmin.maint.migrate" title="Migrating Repository Data Elsewhere">the section called “Migrating Repository Data Elsewhere”</a>.</p>
        <p>Options in <span class="command"><strong>svnrdump</strong></span> are global, just
      as they are in <span class="command"><strong>svn</strong></span> and
      <span class="command"><strong>svnadmin</strong></span>:</p>
        <div class="variablelist" title="svnrdump Options">
          <a id="svn.ref.svnrdump.sw"></a>
          <p class="title">
            <strong>svnrdump Options</strong>
          </p>
          <dl>
            <dt>
              <a id="svn.ref.svnrdump.sw.config_dir"></a>
              <span class="term"><code class="option">--config-dir</code> <em class="replaceable"><code>DIR</code></em></span>
            </dt>
            <dd>
              <p>Instructs Subversion to read configuration
            information from the specified directory instead of the
            default location (<code class="filename">.subversion</code> in
            the user's home directory).</p>
            </dd>
            <dt>
              <a id="svn.ref.svnrdump.sw.config_option"></a>
              <span class="term"><code class="option">--config-option</code> <em class="replaceable"><code>FILE</code></em>:<em class="replaceable"><code>SECTION</code></em>:<em class="replaceable"><code>OPTION</code></em>=[<em class="replaceable"><code>VALUE</code></em>]</span>
            </dt>
            <dd>
              <p>Sets, for the duration of the command, the value of
            a runtime configuration
            option.  <em class="replaceable"><code>FILE</code></em>
            and <em class="replaceable"><code>SECTION</code></em> are the runtime
            configuration file (either <code class="literal">config</code>
            or <code class="literal">servers</code>) and the section thereof,
            respectively, which contain the option whose value you
            wish to change.  <em class="replaceable"><code>OPTION</code></em> is,
            of course, the option itself,
            and <em class="replaceable"><code>VALUE</code></em> the value (if any)
            you wish to assign to the option.  For example, to
            temporarily disable the use of the automatic property
            setting feature,
            use <code class="option">--config-option=servers:global:http-library=serf</code>.
            You can use this option multiple times to change
            multiple option values simultaneously.</p>
            </dd>
            <dt>
              <a id="svn.ref.svnrdump.sw.incremental"></a>
              <span class="term">
                <code class="option">--incremental</code>
              </span>
            </dt>
            <dd>
              <p>Dump a revision or revision range only as a diff
            against the previous revision, instead of the default,
            which is begin a dumped revision range with a complete
            expansion of all contents of the repository as of that
            revision.</p>
            </dd>
            <dt>
              <a id="svn.ref.svnrdump.sw.no_auth_cache"></a>
              <span class="term">
                <code class="option">--no-auth-cache</code>
              </span>
            </dt>
            <dd>
              <p>Prevents caching of authentication information
            (e.g., username and password) in the Subversion
            runtime configuration directories.</p>
            </dd>
            <dt>
              <a id="svn.ref.svnrdump.sw.non_interactive"></a>
              <span class="term">
                <code class="option">--non-interactive</code>
              </span>
            </dt>
            <dd>
              <p>In the case of an authentication failure or
            insufficient credentials, prevents prompting for
            credentials (e.g., username or password).  This is useful
            if you're running Subversion inside an automated
            script and it's more appropriate to have Subversion fail
            than to prompt for more information.</p>
            </dd>
            <dt>
              <a id="svn.ref.svnrdump.sw.password"></a>
              <span class="term"><code class="option">--password</code> <em class="replaceable"><code>PASSWD</code></em></span>
            </dt>
            <dd>
              <p>Specifies the password to use when authenticating
            against a Subversion server.  If not provided, or if
            incorrect, Subversion will prompt you for this
            information as needed.</p>
            </dd>
            <dt>
              <a id="svn.ref.svnrdump.sw.quiet"></a>
              <span class="term"><code class="option">--quiet</code> (<code class="option">-q</code>)</span>
            </dt>
            <dd>
              <p>Requests that the client print only essential
            information while performing an operation.</p>
            </dd>
            <dt>
              <a id="svn.ref.svnrdump.sw.revision"></a>
              <span class="term"><code class="option">--revision</code> (<code class="option">-r</code>) <em class="replaceable"><code>ARG</code></em></span>
            </dt>
            <dd>
              <p>Used by <span class="command"><strong>svnsync copy-revprops</strong></span> to
            specify a particular revision or revision range on which
            to operate.</p>
            </dd>
            <dt>
              <a id="svn.ref.svnrdump.sw.trust_server_cert"></a>
              <span class="term">
                <code class="option">--trust-server-cert</code>
              </span>
            </dt>
            <dd>
              <p>Used with <code class="option">--non-interactive</code> to accept
            any unknown SSL server certificates without prompting.</p>
            </dd>
            <dt>
              <a id="svn.ref.svnrdump.sw.username"></a>
              <span class="term"><code class="option">--username</code> <em class="replaceable"><code>NAME</code></em></span>
            </dt>
            <dd>
              <p>Specifies the username to use when authenticating
            against a Subversion server.  If not provided, or if
            incorrect, Subversion will prompt you for this
            information as needed.</p>
            </dd>
          </dl>
        </div>
        <div class="toc">
          <p>
            <strong>Table of Contents</strong>
          </p>
          <dl>
            <dt>
              <span class="refentrytitle">
                <a href="svn.ref.svnrdump.c.dump.html">svnrdump dump</a>
              </span>
              <span class="refpurpose"></span>
            </dt>
            <dt>
              <span class="refentrytitle">
                <a href="svn.ref.svnrdump.c.help.html">svnrdump help</a>
              </span>
              <span class="refpurpose"></span>
            </dt>
            <dt>
              <span class="refentrytitle">
                <a href="svn.ref.svnrdump.c.load.html">svnrdump load</a>
              </span>
              <span class="refpurpose"></span>
            </dt>
          </dl>
        </div>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="svn.ref.svnsync.c.sync.html">Prev</a> </td>
          <td width="20%" align="center">
            <a accesskey="u" href="svn.ref.html">Up</a>
          </td>
          <td width="40%" align="right"> <a accesskey="n" href="svn.ref.svnrdump.c.dump.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">svnsync synchronize (sync) </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> svnrdump dump</td>
        </tr>
      </table>
    </div>
    <div xmlns="" id="vcws-footer">
      <hr />
      <img src="images/cc-by.png" style="float: right;" />
      <p>You are reading <em>Version Control with Subversion</em> (for
       Subversion 1.8), by Ben Collins-Sussman, Brian W. Fitzpatrick,
       and C. Michael Pilato.</p>
      <p>This work is licensed under
       the <a href="http://creativecommons.org/licenses/by/2.0/">Creative Commons Attribution License v2.0</a>.</p>
      <p>To submit comments, corrections, or other contributions to the
       text, please visit <a href="http://www.svnbook.com/">http://www.svnbook.com/</a>.</p>
    </div>
  </body>
</html>