~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/tutorial.txt

  • Committer: Alexander Belchenko
  • Date: 2006-07-30 07:23:36 UTC
  • mto: (1711.2.111 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1906.
  • Revision ID: bialix@ukr.net-20060730072336-3e9fd7ddb67b5f47
More branding: bazaar-ng -> Bazaar; bazaar-ng.org -> bazaar-vcs.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
204
204
giving the name of the directory containing the branch.  bzr also supports
205
205
accessing branches over http, for example::
206
206
 
207
 
    % bzr log http://bazaar-ng.org/bzr/bzr.dev/
 
207
    % bzr log http://bazaar-vcs.org/bzr/bzr.dev/
208
208
 
209
209
By installing bzr plugins you can also access branches over the sftp or
210
210
rsync protocols.
461
461
something like rsync.  You can also use bzr to fetch a copy.  Because this
462
462
new copy is potentially a new branch, the command is called *branch*::
463
463
 
464
 
    % bzr branch http://bazaar-ng.org/bzr/bzr.dev 
 
464
    % bzr branch http://bazaar-vcs.org/bzr/bzr.dev 
465
465
    % cd bzr.dev
466
466
 
467
467
This copies down the complete history of this branch, so we can do all