~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/introducing_bazaar.txt

  • Committer: John Arbash Meinel
  • Date: 2009-03-06 20:42:40 UTC
  • mto: This revision was merged to the branch mainline in revision 4088.
  • Revision ID: john@arbash-meinel.com-20090306204240-mzjavv31z3gu1x7i
Fix a small bug in setup.py when an extension fails to build

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
This guide takes you through installing Bazaar and how to use it,
20
20
whether on your own or with a team of other people. If you're already
21
 
familiar with distributed version control and want to dive straight in,
 
21
familiar with distributed version control and want to dive straight in, 
22
22
you may wish to skim this section and jump straight to
23
23
`Learning more`_.
24
24
 
49
49
To record or *commit* these changes, the user needs access to the central
50
50
server and they need to ensure they have merged their work with the latest
51
51
version stored before trying to commit. This approach is known as the
52
 
centralized model.
 
52
centralized model. 
53
53
 
54
54
The centralized model has proven useful over time but it can have some notable
55
55
drawbacks. Firstly, a centralized VCS requires that one is able to connect
87
87
     move them into the core
88
88
 
89
89
 * in companies, easier to work with distributed and outsourced teams.
90
 
 
 
90
   
91
91
For a detailed look at the advantages of distributed VCS tools over
92
92
centralized VCS tools, see http://bazaar-vcs.org/BzrWhy.
93
93
 
123
123
functionality is understood. This material can be read when required and in
124
124
any order.
125
125
 
126
 
If you are already familiar with other version control tools,
 
126
If you are already familar with other version control tools,
127
127
you may wish to get started quickly by reading the following documents:
128
128
 
129
129
 * `Bazaar in five minutes`_ - a mini-tutorial
134
134
details on the commands and options available.
135
135
 
136
136
.. _Bazaar in five minutes: ../mini-tutorial/index.html
137
 
.. _Bazaar Quick Start Card: ../quick-reference/index.html
138
 
.. _Bazaar User Reference: ../user-reference/index.html
 
137
.. _Bazaar Quick Start Card: ../quick-reference/quick-start-summary.svg
 
138
.. _Bazaar User Reference: ../user-reference/bzr_man.html
139
139
 
140
140
We hope you find this manual useful. If you have suggestions on how it
141
141
or the rest of Bazaar's documentation can be improved, please contact