/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/admin-guide/simple-setups.txt

  • Committer: Jelmer Vernooij
  • Date: 2011-02-08 15:41:44 UTC
  • mfrom: (5651.4.1 repo-format-registry)
  • mto: This revision was merged to the branch mainline in revision 5658.
  • Revision ID: jelmer@samba.org-20110208154144-h8mm2hrk87de4w2s
Merge repo format registry branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
Consider the following simple scenario where we will be serving Bazaar branches
5
5
that live on a single server.  Those branches are in the subdirectories of
6
 
``/srv/bzr`` (or ``C:\\bzr``) and they will all be related to a single project
 
6
``/srv/bzr`` (or ``C:\bzr``) and they will all be related to a single project
7
7
called "ProjectX".  ProjectX will have a trunk branch and at least one feature
8
8
branch.  As we get further, we will consider other scenarios, but this will be
9
9
a sufficiently motivating example.