~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Andrew Bennetts
  • Date: 2010-01-12 03:53:21 UTC
  • mfrom: (4948 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4964.
  • Revision ID: andrew.bennetts@canonical.com-20100112035321-hofpz5p10224ryj3
Merge lp:bzr, resolving conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
You can think of this step as similar to setting up a new cvsroot or
20
20
Subversion repository. However, Bazaar gives you more flexibility
21
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.
 
22
`Advanced shared repository layouts <shared_repository_layouts.html>`_
 
23
in the appendices for guidelines and examples.
24
24
 
25
25
 
26
26
Starting a central branch
55
55
  bzr add                (populate repository; start version control)
56
56
  bzr commit -m "Initial import"
57
57
                         (publish to central repository)
58
 
  bzr push sftp://centralhost/srv/bzr/project/trunk
59
58
 
60
59
Note that committing inside a working tree created using
61
60
the ``checkout`` command implicitly commits the content to