~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Ian Clatworthy
  • Date: 2007-12-13 07:38:49 UTC
  • mfrom: (3104.2.7 bzr.ug-fixes)
  • mto: This revision was merged to the branch mainline in revision 3106.
  • Revision ID: ian.clatworthy@internode.on.net-20071213073849-av4rf6pcvalr4azd
Clean-up of User Guide for 1.0 (Ian Clatworthy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
  bzr init-repo --no-trees sftp://centralhost/srv/bzr/X-repo/
18
18
 
19
19
You can think of this step as similar to setting up a new cvsroot or
20
 
Subversion repository.
 
20
Subversion repository. However, Bazaar gives you more flexibility
 
21
in how branches may be organised in your repository. See
 
22
`Choosing a shared repository layout`_ in the appendices for
 
23
guidelines and examples.
 
24
 
21
25
 
22
26
Starting a central branch
23
27
-------------------------