Sophie

Sophie

distrib > Mageia > 6 > i586 > media > core-updates > by-pkgid > d32d95698a59acd37b394f83dfc217c6 > files > 92

subversion-doc-1.9.7-1.mga6.i586.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>Organization of This Book</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.preface.html" title="Preface" />
    <link rel="prev" href="svn.preface.howread.html" title="How to Read This Book" />
    <link rel="next" href="svn.preface.free.html" title="This Book Is Free" />
  </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">Organization of This Book</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="svn.preface.howread.html">Prev</a> </td>
          <th width="60%" align="center">Preface</th>
          <td width="20%" align="right"> <a accesskey="n" href="svn.preface.free.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="sect1" title="Organization of This Book">
      <div class="titlepage">
        <div>
          <div>
            <h2 class="title" style="clear: both"><a id="svn.preface.organization"></a>Organization of This Book</h2>
          </div>
        </div>
      </div>
      <p>The chapters that follow and their contents are listed
      here:</p>
      <div class="variablelist">
        <dl>
          <dt>
            <span class="term">
              <a class="xref" href="svn.basic.html" title="Chapter 1. Fundamental Concepts">Chapter 1, <em>Fundamental Concepts</em></a>
            </span>
          </dt>
          <dd>
            <p>Explains the basics of version control and different
            versioning models, along with Subversion's repository,
            working copies, and revisions.</p>
          </dd>
          <dt>
            <span class="term">
              <a class="xref" href="svn.tour.html" title="Chapter 2. Basic Usage">Chapter 2, <em>Basic Usage</em></a>
            </span>
          </dt>
          <dd>
            <p>Walks you through a day in the life of a Subversion
            user.  It demonstrates how to use a Subversion client to
            obtain, modify, and commit data.</p>
          </dd>
          <dt>
            <span class="term">
              <a class="xref" href="svn.advanced.html" title="Chapter 3. Advanced Topics">Chapter 3, <em>Advanced Topics</em></a>
            </span>
          </dt>
          <dd>
            <p>Covers more complex features that regular users will
            eventually come into contact with, such as versioned
            metadata, file locking, and peg revisions.</p>
          </dd>
          <dt>
            <span class="term">
              <a class="xref" href="svn.branchmerge.html" title="Chapter 4. Branching and Merging">Chapter 4, <em>Branching and Merging</em></a>
            </span>
          </dt>
          <dd>
            <p>Discusses branches, merges, and tagging, including
            best practices for branching and merging, common
            use cases, how to undo changes, and how to easily swing
            from one branch to the next.</p>
          </dd>
          <dt>
            <span class="term">
              <a class="xref" href="svn.reposadmin.html" title="Chapter 5. Repository Administration">Chapter 5, <em>Repository Administration</em></a>
            </span>
          </dt>
          <dd>
            <p>Describes the basics of the Subversion repository,
            how to create, configure, and maintain a repository, and
            the tools you can use to do all of this.</p>
          </dd>
          <dt>
            <span class="term">
              <a class="xref" href="svn.serverconfig.html" title="Chapter 6. Server Configuration">Chapter 6, <em>Server Configuration</em></a>
            </span>
          </dt>
          <dd>
            <p>Explains how to configure your Subversion server and
            offers different ways to access your repository:
            <code class="literal">HTTP</code>, the <code class="literal">svn</code>
            protocol, and local disk access.  It also covers the details
            of authentication, authorization and anonymous
            access.</p>
          </dd>
          <dt>
            <span class="term">
              <a class="xref" href="svn.customization.html" title="Chapter 7. Customizing Your Subversion Experience">Chapter 7, <em>Customizing Your Subversion Experience</em></a>
            </span>
          </dt>
          <dd>
            <p>Explores the Subversion client configuration files,
            the handling of internationalized text, and how to make
            external tools cooperate with Subversion.</p>
          </dd>
          <dt>
            <span class="term">
              <a class="xref" href="svn.developer.html" title="Chapter 8. Embedding Subversion">Chapter 8, <em>Embedding Subversion</em></a>
            </span>
          </dt>
          <dd>
            <p>Describes the internals of Subversion, the
            Subversion filesystem, and the working copy
            administrative areas from a programmer's point of view.
            It also demonstrates how to use the public APIs to write a
            program that uses Subversion.</p>
          </dd>
          <dt>
            <span class="term">
              <a class="xref" href="svn.ref.html" title="Part II. Subversion Command Reference">Part II, “Subversion Command Reference”</a>
            </span>
          </dt>
          <dd>
            <p>Explains in great detail every subcommand of
            <span class="command"><strong>svn</strong></span>, <span class="command"><strong>svnadmin</strong></span>, and
            <span class="command"><strong>svnlook</strong></span> with plenty of examples for
            the whole family!</p>
          </dd>
          <dt>
            <span class="term">
              <a class="xref" href="svn.intro.html" title="Appendix A. Subversion Quick-Start Guide">Appendix A, <em>Subversion Quick-Start Guide</em></a>
            </span>
          </dt>
          <dd>
            <p>For the impatient, a whirlwind explanation of how to
            install Subversion and start using it immediately.  You
            have been warned.</p>
          </dd>
          <dt>
            <span class="term">
              <a class="xref" href="svn.forcvs.html" title="Appendix B. Subversion for CVS Users">Appendix B, <em>Subversion for CVS Users</em></a>
            </span>
          </dt>
          <dd>
            <p>Covers the similarities and differences between
            Subversion and CVS, with numerous suggestions on how to
            break all the bad habits you picked up from years of
            using CVS.  Included are descriptions of Subversion
            revision numbers, versioned directories, offline
            operations, <span class="command"><strong>update</strong></span>
            versus <span class="command"><strong>status</strong></span>, branches, tags, metadata,
            conflict resolution, and authentication.</p>
          </dd>
          <dt>
            <span class="term">
              <a class="xref" href="svn.webdav.html" title="Appendix C. WebDAV and Autoversioning">Appendix C, <em>WebDAV and Autoversioning</em></a>
            </span>
          </dt>
          <dd>
            <p>Describes the details of WebDAV and DeltaV and how
            you can configure your Subversion repository to be
            mounted read/write as a DAV share.</p>
          </dd>
          <dt>
            <span class="term">
              <a class="xref" href="svn.copyright.html" title="Appendix D. Copyright">Appendix D, <em>Copyright</em></a>
            </span>
          </dt>
          <dd>
            <p>A copy of the Creative Commons Attribution License,
            under which this book is licensed.</p>
          </dd>
        </dl>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="svn.preface.howread.html">Prev</a> </td>
          <td width="20%" align="center">
            <a accesskey="u" href="svn.preface.html">Up</a>
          </td>
          <td width="40%" align="right"> <a accesskey="n" href="svn.preface.free.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">How to Read This Book </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> This Book Is Free</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>