~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/admin-guide/simple-setups.txt

  • Committer: Parth Malwankar
  • Date: 2010-05-05 14:02:53 UTC
  • mto: This revision was merged to the branch mainline in revision 5213.
  • Revision ID: parth.malwankar@gmail.com-20100505140253-fqdiwllq4o4htbsg
added comment to init/init-repo pass tests for lacking whoami.

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.