/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/tutorial.txt

  • Committer: John Arbash Meinel
  • Date: 2011-04-20 09:46:28 UTC
  • mfrom: (5609.33.4 2.3)
  • mto: (5609.33.5 2.3)
  • mto: This revision was merged to the branch mainline in revision 5811.
  • Revision ID: john@arbash-meinel.com-20110420094628-l0bafq1lwb6ib1v2
Merge lp:bzr/2.3 @ 5640 so we can update the release notes (aka NEWS)

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
These revisions have other uses as well. For example, one can comment
51
51
revisions to record what the recent set of changes meant by providing an
52
52
optional log message. Real life log messages include things like "Fixed
53
 
the web template to close the table" and "Added sftp suppport. Fixes #595"
 
53
the web template to close the table" and "Added SFTP suppport. Fixes #595"
54
54
        
55
55
We keep these logs so that if later there is some sort of problem with
56
 
sftp, we can figure out when the problem probably happened.
 
56
SFTP, we can figure out when the problem probably happened.
57
57
 
58
58
How DVCS is different
59
59
=====================
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 HTTP and SFTP, for example::
213
213
 
214
 
    % bzr log http://bazaar-vcs.org/bzr/bzr.dev/
215
 
    % bzr log sftp://bazaar-vcs.org/bzr/bzr.dev/
 
214
    % bzr log http://bazaar.launchpad.net/~bzr-pqm/bzr/bzr.dev/
 
215
    % bzr log sftp://bazaar.launchpad.net/~bzr-pqm/bzr/bzr.dev/
216
216
 
217
217
By installing bzr plugins you can also access branches using the rsync
218
218
protocol.
535
535
the existing branch.  Because this new copy is potentially a new branch,
536
536
the command is called **branch**::
537
537
 
538
 
    % bzr branch http://bazaar-vcs.org/bzr/bzr.dev
 
538
    % bzr branch lp:bzr bzr.dev
539
539
    % cd bzr.dev
540
540
 
541
541
This copies down the complete history of this branch, so we can do all