Cargando…

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Gyerik, Janos (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Pub., 2013.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBSCO_ocn859671787
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 131009s2013 enka ob 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d E7B  |d OCLCF  |d COO  |d YDXCP  |d OCLCQ  |d COCUF  |d AGLDB  |d ICA  |d CNNOR  |d MOR  |d CCO  |d PIFAG  |d OCLCQ  |d JBG  |d OCLCQ  |d U3W  |d D6H  |d STF  |d WRM  |d VTS  |d NRAMU  |d NLE  |d INT  |d VT2  |d UKMGB  |d OCLCQ  |d A6Q  |d HS0  |d AJS  |d OCLCQ  |d OCLCO  |d OCLCQ 
016 7 |a 018011979  |2 Uk 
019 |a 889301284  |a 902682582  |a 961606207  |a 962581259  |a 988535759  |a 991963711  |a 1037786893  |a 1038657494  |a 1045477128  |a 1055365828  |a 1081285664  |a 1083596298  |a 1103277880  |a 1129346837  |a 1129376467 
020 |a 9781849513579  |q (electronic bk.) 
020 |a 1849513570  |q (electronic bk.) 
020 |z 9781849513562 
020 |z 1849513562 
029 1 |a AU@  |b 000053309177 
029 1 |a AU@  |b 000056881944 
029 1 |a DEBSZ  |b 493127976 
029 1 |a NZ1  |b 15588781 
029 1 |a UKMGB  |b 018011979 
035 |a (OCoLC)859671787  |z (OCoLC)889301284  |z (OCoLC)902682582  |z (OCoLC)961606207  |z (OCoLC)962581259  |z (OCoLC)988535759  |z (OCoLC)991963711  |z (OCoLC)1037786893  |z (OCoLC)1038657494  |z (OCoLC)1045477128  |z (OCoLC)1055365828  |z (OCoLC)1081285664  |z (OCoLC)1083596298  |z (OCoLC)1103277880  |z (OCoLC)1129346837  |z (OCoLC)1129376467 
037 |a 9781849513579  |b Packt Publishing Pvt. Ltd 
050 4 |a QA76.76.D47  |b G94 2013eb 
072 7 |a COM  |x 051390  |2 bisacsh 
072 7 |a COM  |x 051440  |2 bisacsh 
072 7 |a COM  |x 051230  |2 bisacsh 
082 0 4 |a 005.1  |2 23 
049 |a UAMI 
100 1 |a Gyerik, Janos,  |e author. 
245 1 0 |a Bazaar version control :  |b a fast-paced practical guide to version control using Bazaar /  |c Janos Gyerik. 
264 1 |a Birmingham :  |b Packt Pub.,  |c 2013. 
300 |a 1 online resource (xii, 377 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a Community experience distilled 
500 |a Includes index. 
588 0 |a Print version record. 
504 |a Includes bibliographical references and index. 
505 0 |a 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 
505 8 |a 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 
505 8 |a 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 
505 8 |a 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 
505 8 |a 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 
520 |a 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 from using Bazaar in your projects. Those who are familiar with version control systems will find this book a fast and easy way to understand Bazaar. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Computer software  |x Development. 
650 7 |a COMPUTERS  |x Programming  |x Open Source.  |2 bisacsh 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x Tools.  |2 bisacsh 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x General.  |2 bisacsh 
650 7 |a Computer software  |x Development.  |2 fast  |0 (OCoLC)fst00872537 
776 0 8 |i Print version:  |a Gyerik, Janos.  |t Bazaar version control  |z 9781849513562  |w (OCoLC)856604731 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=593530  |z Texto completo 
938 |a ebrary  |b EBRY  |n ebr10719873 
938 |a EBSCOhost  |b EBSC  |n 593530 
938 |a YBP Library Services  |b YANK  |n 10759981 
994 |a 92  |b IZTAP