~bzr-pqm/bzr/bzr.dev

2977.1.3 by Ian Clatworthy
1st cut at the 'Personal version control' chapter
1
Going solo
2
==========
3
4
A personal productivity tool
5
----------------------------
6
7
Some tools are designed to make individuals productive (e.g. editors)
8
while other tools (e.g. back-end services) are focussed on making teams
9
or whole companies more productive. Version control tools have
10
traditionally been in the latter camp.
11
12
One of the cool things about Bazaar is that it is so easy to setup
13
that version control can now be treated as a personal productivity tool.
14
If you wish to record changes to files for the purposes of checkpointing
15
good known states or tracking history, it is now easy to do so. This
16
chapter explains how.
17
18
The solo workflow
19
-----------------
20
21
If you are creating your own masterpiece, whether that be a software
22
project or a set of related documents, the typical workflow looks like this:
23
24
.. image:: images/workflows_single.png
25
26
Even if you will always be working as part of a team, the tasks covered
27
in this chapter will be the basis of what you'll be doing so it's a good
28
place to start.