~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Ian Clatworthy
  • Date: 2007-11-21 07:39:16 UTC
  • mto: (3054.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3055.
  • Revision ID: ian.clatworthy@internode.on.net-20071121073916-qlpp5gvcf0639r38
1st cut at the 'Personal version control' chapter

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.