The chapters that follow and their contents are listed here:
Segue la lista dei capitoli e del loro contenuto:
Covers the history of Subversion as well as its features, architecture, components, and install methods. Also includes a quick-start guide.
Riporta la storia di Subversion come pure le sue caratteristiche, l'architettura, i componenti ed i metodi d'installazione. Include anche una guida rapida.
Explains the basics of version control and different versioning models, along with Subversion's repository, working copies, and revisions.
Spiega le basi del controllo di versione e dei diversi modelli di versionamento, insieme a repository, copie di lavoro (working copies) e revisioni con Subversion.
Walks you through a day in the life of a Subversion user. It demonstrates how to use Subversion to obtain, modify, and commit data.
Descrive una giornata di lavoro di un utente di Subversion. Mostra come usare Subversion per ottenere, modificare ed effettuare commit di dati.
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.
Discute branch, merge e tag, comprendendo consigli su come creare ramificazioni e fusioni (branching and merging), casi d'uso comuni, istruzioni su come annullare i cambiamenti e su come dondolarsi agilmente da un ramo (branch) ad un altro.
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.
Descrive le basi del repository di Subversiion, come creare, configurare e manutenere un repository e i tool a disposizione per fare tutto questo.
Explains how to configure your Subversion server and
the three ways to access your repository:
HTTP
, the svn
protocol, and local access. It also covers the details
of authentication, authorization and anonymous
access.
Spiega come configurare un server Subversion e
i tre modi per accedere al repository:
HTTP
, il protocollo svn
e l'accesso locale. Copre anche i dettagli riguardanti autenticazione,
autorizzazione e accesso anonimo.
Explores the Subversion client configuration files,
file and directory properties, how to
ignore
files in your working copy,
how to include external trees in your working copy, and
lastly, how to handle vendor branches.
Esplora i file di configurazione del client Subversion,
le proprietà di file e directory, come ignorare (ignore
)
file nella copia di lavoro (working copy), come includere
alberature esterne nella copia di lavoro (working copy) e infine,
come gestire branch di terze parti.
Describes the internals of Subversion, the Subversion filesystem, and the working copy administrative areas from a programmer's point of view. Demonstrates how to use the public APIs to write a program that uses Subversion, and most importantly, how to contribute to the development of Subversion.
Descrive gli aspetti interni di Subversion, il file system di Subversion, e le aree amministrative della copia di lavoro (working copy), dal punto di vista di un programmatore. Mostra come usare le API pubbliche per scrivere un programma che utilizzi Subversion e, la cosa più importante, come contribuire allo sviluppo di Subversion.
Explains in great detail every subcommand of svn, svnadmin, and svnlook with plenty of examples for the whole family!
Spiega nei dettagli ogni comando di svn, svnadmin, e svnlook con molti esempi al riguardo!
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, update vs. status, branches, tags, metadata, conflict resolution, and authentication.
Tratta le similitudini e differenze tra Subversion e CVS, con numerosi suggerimenti riguardanti come evitare le cattive abitudini acquisite in anni di utilizzo di CVS. Include descrizioni dei numeri di revisione in Subversion, delle directory versionate, delle operazioni offline, di update rispetto a status, di branch, tag, metadati, risoluzione di conflitti e autenticazione.
Describes the details of WebDAV and DeltaV, and how you can configure your Subversion repository to be mounted read/write as a DAV share.
Descrive i dettagli di WebDAV e DeltaV e come configurare il repository Subversion per essere montato in lettura/scrittura come condivisioe DAV.
Discusses tools that support or use Subversion, including alternative client programs, repository browser tools, and so on.
Discute tool che supportano o utilizzano Subversion, includendo programmi client alternativi, tool per l'esplorazione del repository e così via.