~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Richard Wilbur
  • Date: 2016-02-04 19:07:28 UTC
  • mto: This revision was merged to the branch mainline in revision 6618.
  • Revision ID: richard.wilbur@gmail.com-20160204190728-p0zvfii6zase0fw7
Update COPYING.txt from the original http://www.gnu.org/licenses/gpl-2.0.txt  (Only differences were in whitespace.)  Thanks to Petr Stodulka for pointing out the discrepancy.

Show diffs side-by-side

added added

removed removed

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