Bazaar version control : a fast-paced practical guide to version control using Bazaar /
This book is a stepbystep tutorial for beginner to intermediate developers who want to get started with Bazaar quickly. This book is designed for anyone who may be new to version control systems. If you are a programmer, system administrator, designer, writer, or translator, you can benefit greatly...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Pub.,
2013.
|
Colección: | Community experience distilled.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started; Version control systems; Reverting a project to a previous state; Viewing the log of changes; Viewing the differences between revisions; Branching and merging; Acronyms related to version control; Centralized version control systems (CVCS); Distributed version control systems (DVCS); What is Bazaar?; Installing Bazaar and its plugins; GNU/Linux; Ubuntu, Debian, and derivatives; Red Hat, Fedora, CentOS, and derivatives; openSUSE and derivatives
- Installing Bazaar using pipOther installation methods; Windows; Mac OS X; Bazaar in a shared hosting environment; Interacting with Bazaar; Using the command-line interface; Using the graphical user interface; Using the two user interfaces together; Upgrading Bazaar to the latest version; Uninstalling Bazaar; Getting help; Summary; Chapter 2: Diving into Bazaar; Understanding the core concepts; Revision; Repository; Branch; Working tree; Putting the concepts together; Storing Bazaar's data in the filesystem; Introducing the user interfaces; Using the command-line interface
- Using Bazaar ExplorerConfiguring Bazaar; Configuring the author information; Configuring the default editor; Other configuration options; Performing the basic version control operations; Putting a directory under version control; Using the command line; Using Bazaar Explorer; Checking the status of files and directories; Using the command line; Using Bazaar Explorer; Adding files to version control; Using the command line; Using Bazaar Explorer; Recording a new revision; Using the command line; Using Bazaar Explorer; Ignoring files; Using the command line; Using Bazaar Explorer; Checkpoint
- Deleting filesUsing the command line; Using Bazaar Explorer; Undoing changes; Using the command line; Using Bazaar Explorer; Editing files; Using the command line; Using Bazaar Explorer; Viewing differences in changed files; Using the command line; Using Bazaar Explorer; Checkpoint; Renaming or moving files; Using the command line; Using Bazaar Explorer; Checkpoint; Viewing the revision history; Using the command line; Using Bazaar Explorer; Restoring files from a past revision; Using the command line; Using Bazaar Explorer; Putting it all together; Making different kinds of changes
- Understanding the backup files created by BazaarUnderstanding the .bzr directory; How often to commit?; Beyond the basics; Mastering the command line; Common flags; Common behaviour in all the commands; Using shorter aliases of commands; Quick reference card; Using tags; Specifying revisions; Specifying a single revision; Specifying a range of revisions; Viewing differences between any two revisions; Viewing differences between any revision and the working tree; Viewing differences between any two revisions; Viewing differences going from one revision to the next; Cloning your project