~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2011-07-06 09:22:00 UTC
  • mfrom: (6008 +trunk)
  • mto: (6012.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 6013.
  • Revision ID: v.ladeuil+lp@free.fr-20110706092200-7iai2mwzc0sqdsvf
MergingĀ inĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
 
210
210
You'll usually refer to branches on your computer's filesystem just by
211
211
giving the name of the directory containing the branch.  bzr also supports
212
 
accessing branches over HTTP and SFTP, for example::
 
212
accessing branches over SSH, HTTP and SFTP, amongst other things::
213
213
 
 
214
    % bzr log bzr+ssh://bazaar.launchpad.net/~bzr-pqm/bzr/bzr.dev/
214
215
    % bzr log http://bazaar.launchpad.net/~bzr-pqm/bzr/bzr.dev/
215
216
    % bzr log sftp://bazaar.launchpad.net/~bzr-pqm/bzr/bzr.dev/
216
217
 
608
609
 
609
610
  ::
610
611
 
611
 
    % bzr push sftp://servername.com/path/to/directory
 
612
    % bzr push bzr+ssh://servername.com/path/to/directory
612
613
 
613
614
  (The destination directory must already exist unless the
614
615
  ``--create-prefix`` option is used.)