Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 1a3ab26f23e0518b4054a503057127e3 > files > 81

subversion-doc-1.4.6-5mdv2008.1.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>Audience</title><link rel="stylesheet" href="styles.css" type="text/css" /><meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /><link rel="start" href="index.html" title="Version Control with Subversion" /><link rel="up" href="svn.preface.html" title="Preface" /><link rel="prev" href="svn.preface.html" title="Preface" /><link rel="next" href="svn.preface.howread.html" title="How to Read this Book" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Audience</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="svn.preface.html">Prev</a> </td><th width="60%" align="center">Preface</th><td width="20%" align="right"> <a accesskey="n" href="svn.preface.howread.html">Next</a></td></tr></table><hr /></div><div class="sect1" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="svn.preface.audience"></a>Audience</h2></div></div></div><p>This book is written for computer-literate folk who want to
      use Subversion to manage their data.  While Subversion runs on a
      number of different operating systems, its primary user
      interface is command-line based.  That command-line tool
      (<span class="command"><strong>svn</strong></span>), and some auxiliary programs, are the
      focus of this book.</p><p>For consistency, the examples in this book assume the reader
      is using a Unix-like operating system and is relatively comfortable
      with Unix and command-line interfaces.  That said, the
      <span class="command"><strong>svn</strong></span> program also runs on non-Unix platforms
      like Microsoft Windows.  With a few minor exceptions, such as
      the use of backward slashes (<code class="literal">\</code>) instead of
      forward slashes (<code class="literal">/</code>) for path separators, the
      input to and output from this tool when run on Windows are
      identical to its Unix counterpart.</p><p>Most readers are probably programmers or system
      administrators who need to track changes to source code.  This
      is the most common use for Subversion, and therefore it is the
      scenario underlying all of the book's examples.  But Subversion
      can be used to manage changes to any sort of
      information—images, music, databases, documentation, and
      so on.  To Subversion, all data is just data.</p><p>While this book is written with the assumption that the
      reader has never used a version control system, we've also tried
      to make it easy for users of CVS (and other systems) to make a
      painless leap into Subversion.  Special sidebars may mention
      other version control systems from time to time, and a special
      appendix summarizes many of the differences between CVS and
      Subversion.</p><p>Note also that the source code examples used throughout the
      book are only examples.  While they will compile with the proper
      compiler incantations, they are intended to illustrate a
      particular scenario, not necessarily serve as examples of good
      programming style or practices.</p></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="svn.preface.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.howread.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Preface </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> How to Read this Book</td></tr></table></div></body></html>