~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/ja/user-guide/using_checkouts.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-05-03 09:07:50 UTC
  • mfrom: (5185.1.1 fix-515660)
  • Revision ID: pqm@pqm.ubuntu.com-20100503090750-ojeefmuph3yj8m5z
Update 'bzr bind' help to indicate what happens when no location is
 specified.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
ローカルのブランチを作りチェックアウトに変更したいのであれば、
8
8
``bind`` コマンドを使います::
9
9
 
10
 
  bzr bind bzr+ssh://centralhost/srv/bzr/PROJECT/trunk
 
10
  bzr bind sftp://centralhost/srv/bzr/PROJECT/trunk
11
11
 
12
12
たとえば以前のセクションで説明されたように ``push`` を使って集中型の\
13
13
ブランチを作った後でこれは必要です。
57
57
Bazaarで履歴のないチェックアウトを入手するには、
58
58
``--lightweight`` オプションを使います::
59
59
 
60
 
  bzr checkout --lightweight bzr+ssh://centralhost/srv/bzr/PROJECT/trunk
 
60
  bzr checkout --lightweight sftp://centralhost/srv/bzr/PROJECT/trunk
61
61
 
62
62
もちろん、これによって通常のチェックアウトの多くの利点は失われますが、
63
63
役に立つ場合と時を選ぶトレードオフです。