/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/en/tutorials/centralized_workflow.txt

  • Committer: John Arbash Meinel
  • Date: 2009-11-05 18:36:59 UTC
  • mfrom: (4786 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4788.
  • Revision ID: john@arbash-meinel.com-20091105183659-vgrehx0r7gpr23m2
Merge bzr.dev @4786, resolve NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
  % bzr init-repo --no-trees sftp://centralhost/srv/bzr/
84
84
 
85
85
You can think of this step as similar to setting up a new cvsroot, or
86
 
subversion repository.  The {{{--no-trees}}} option tells bzr to not
 
86
subversion repository.  The ``--no-trees`` option tells bzr to not
87
87
populate the directory with a working tree.  This is appropriate,
88
88
since no one will be making changes directly in the branches within
89
89
the central repository.