Guía de Lectura

This Prefacio explains a little about the TortoiseSVN project, the community of people who work on it, and the licensing conditions for using it and distributing it.

The Capítulo 1, Introducción explains what TortoiseSVN is, what it does, where it comes from and the basics for installing it on your PC.

In Capítulo 2, Conceptos básicos we give a short introduction to the Subversion revision control system which underlies TortoiseSVN. This is borrowed from the documentation for the Subversion project and explains the different approaches to version control, and how Subversion works.

Incluso muchos de los usuarios de Subversion nunca tendrán que preparar un servidor por ellos mismos. El siguiente capítulo trata sobre cómo preparar dicho servidor, y es útil para los administradores.

The chapter on Capítulo 4, El repositorio explains how to set up a local repository, which is useful for testing Subversion and TortoiseSVN using a single PC. It also explains a bit about repository administration which is also relevant to repositories located on a server.

The Capítulo 5, Guía de uso diario is the most important section as it explains all the main features of TortoiseSVN and how to use them. It takes the form of a tutorial, starting with checking out a working copy, modifying it, committing your changes, etc. It then progresses to more advanced topics.

Capítulo 6, El programa SubWCRev is a separate program included with TortoiseSVN which can extract the information from your working copy and write it into a file. This is useful for including build information in your projects.

The Apéndice B, ¿Cómo...? section answers some common questions about performing tasks which are not explicitly covered elsewhere.

The section on Apéndice D, Automatizando TortoiseSVN shows how the TortoiseSVN GUI dialogs can be called from the command line. This is useful for scripting where you still need user interaction.

The Apéndice E, Referencia cruzada del interface de línea de comandos give a correlation between TortoiseSVN commands and their equivalents in the Subversion command line client svn.exe.