~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2012-04-16 11:08:11 UTC
  • mfrom: (6521 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6522.
  • Revision ID: jelmer@samba.org-20120416110811-0y996ihqy9o2bb1t
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
 
101
101
サーバー::
102
102
 
103
 
    bzr serve --port=localhost:1234 --directory=/srv/bzr/repo
 
103
    bzr serve --listen=localhost --port=1234 --directory=/srv/bzr/repo
104
104
 
105
105
クライアント::
106
106