~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/mini-tutorial/index.txt

  • Committer: John Arbash Meinel
  • Date: 2010-08-13 19:08:57 UTC
  • mto: (5050.17.7 2.2)
  • mto: This revision was merged to the branch mainline in revision 5379.
  • Revision ID: john@arbash-meinel.com-20100813190857-mvzwnimrxvm0zimp
Lots of documentation updates.

We had a lot of http links pointing to the old domain. They should
all now be properly updated to the new domain. (only bazaar-vcs.org
entry left is for pqm, which seems to still reside at the old url.)

Also removed one 'TODO' doc entry about switching to binary xdelta, since
we basically did just that with groupcompress.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
For other platforms and to install from source code, see the Download_
30
30
and Installation_ pages.
31
31
 
32
 
.. _installation instructions for Windows: http://bazaar-vcs.org/WindowsDownloads
33
 
.. _installation instructions for Mac OS X: http://bazaar-vcs.org/MacOSXBundle
34
 
.. _Download: http://bazaar-vcs.org/Download
35
 
.. _Installation: http://bazaar-vcs.org/InstallationFaq
 
32
.. _installation instructions for Windows: http://wiki.bazaar.canonical.com/WindowsDownloads
 
33
.. _installation instructions for Mac OS X: http://wiki.bazaar.canonical.com/MacOSXBundle
 
34
.. _Download: http://wiki.bazaar.canonical.com/Download
 
35
.. _Installation: http://wiki.bazaar.canonical.com/InstallationFaq
36
36
 
37
37
 
38
38
Introducing yourself
75
75
If it looks like nothing happened, don't worry. Bazaar has created a
76
76
branch_ where it will store your files and their revision histories.
77
77
 
78
 
.. _branch: http://bazaar-vcs.org/Branch
 
78
.. _branch: http://wiki.bazaar.canonical.com/Branch
79
79
 
80
80
The next step is to tell Bazaar which files you want to track. Running
81
81
``bzr add`` will recursively add everything in the project::
165
165
 $ bzr branch http://www.example.com/myproject
166
166
 
167
167
**Note:** to use sftp, you may need to install ``paramiko`` and
168
 
``pyCrypto``. See http://bazaar-vcs.org/InstallationFaq for details.
 
168
``pyCrypto``. See http://wiki.bazaar.canonical.com/InstallationFaq for details.
169
169
 
170
170
 
171
171
Publishing your branch with Launchpad