~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Aaron Bentley
  • Date: 2008-03-03 16:52:41 UTC
  • mfrom: (3144.3.11 fix-conflict-handling)
  • mto: This revision was merged to the branch mainline in revision 3250.
  • Revision ID: aaron@aaronbentley.com-20080303165241-0k2c7ggs6kr9q6hf
Merge with fix-conflict-handling

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
`URL Identifiers <../user-reference/bzr_man.html#url-identifiers>`_
31
31
section of the Bazaar User Reference.
32
32
 
33
 
A reminder re shared repositories
34
 
---------------------------------
 
33
A reminder about shared repositories
 
34
------------------------------------
35
35
 
36
36
Before getting a copy of a branch, have a quick think about
37
37
where to put it on your filesystem. For maximum storage
38
38
efficiency down the track, it is recommended that branches
39
 
be created somewhere under a directory setup as a shared
40
 
repository. For example::
 
39
be created somewhere under a directory that has been set up
 
40
as a shared repository. For example::
41
41
 
42
42
  bzr init-repo my-repo
43
43
  cd my-repo