~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: 2010-02-17 17:11:16 UTC
  • mfrom: (4797.2.17 2.1)
  • mto: (4797.2.18 2.1)
  • mto: This revision was merged to the branch mainline in revision 5055.
  • Revision ID: john@arbash-meinel.com-20100217171116-h7t9223ystbnx5h8
merge bzr.2.1 in preparation for NEWS entry.

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
 
135
135
 
136
136
.. _Bazaar in five minutes: ../mini-tutorial/index.html
137
137
.. _Bazaar Quick Start Card: ../quick-reference/quick-start-summary.svg
138
 
.. _Bazaar User Reference: ../user-reference/bzr_man.html
 
138
.. _Bazaar User Reference: ../user-reference/index.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