~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/ja/tutorials/tutorial.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:
239
239
ブランチを格納しているディレクトリ名で指定できます。 bzr は http や ftp\
240
240
経由でブランチにアクセスすることもできます。例::
241
241
 
242
 
    % bzr log http://bazaar-vcs.org/bzr/bzr.dev/
243
 
    % bzr log sftp://bazaar-vcs.org/bzr/bzr.dev/
 
242
    % bzr log http://bazaar.launchpad.net/~bzr-pqm/bzr/bzr.dev/
 
243
    % bzr log sftp://bazaar.launchpad.net/~bzr-pqm/bzr/bzr.dev/
244
244
 
245
245
プラグインをインストールすれば、 rsync プロトコルを使ってブランチにアクセス\
246
246
することもできます。
655
655
この場合、既存のブランチのコピーを取得する必要があります。
656
656
このコピーは新しいブランチになるので、このコマンドは **branch** という名前になっています::
657
657
 
658
 
    % bzr branch http://bazaar-vcs.org/bzr/bzr.dev
 
658
    % bzr branch lp:bzr bzr.dev
659
659
    % cd bzr.dev
660
660
 
661
661
.. This copies down the complete history of this branch, so we can do all