[原文] .TH svnserve 8 [訳文] .TH svnserve 8 ---------------------------------------- [原文] .SH NAME svnserve - Server for the 'svn' repository access method [訳文] .SH 名前 svnserve - 'svn' リポジトリアクセス方式に対応するサーバー ---------------------------------------- [原文] .SH SYNOPSIS [訳文] .SH 書式 ---------------------------------------- [原文] .TP svnserve [options] [訳文] .TP svnserve [options] ---------------------------------------- [原文] .SH DESCRIPTION svnserve allows access to Subversion repositories using the svn network protocol. It can both run as a standalone server process, or it can run out of inetd. You must choose a mode of operation when you start svnserve. The following options are recognized: [訳文] .SH 説明 svnserve は、 ネットワークプロトコル svn を使って、 Subversion リポジトリへのアクセスを行います。 これはスタンドアロンのサーバープロセスとして実行可能であり、 また inetd を使って実行することも可能です。 svnserve を実行する際には、 操作モードを選んでおく必要があります。 以下に示すオプションが用いられます。 ---------------------------------------- [原文] .PP [訳文] .PP ---------------------------------------- [原文] .TP 5 -d, --daemon Causes svnserve to run in daemon mode. svnserve backgrounds itself and accepts and serves TCP/IP connections on the svn port (3690, by default). [訳文] .TP 5 -d, --daemon svnserve をデーモンモードで起動します。 svnserve がバックグラウンドで実行されて、 svn ポート (デフォルトで 3690) 上から TCP/IP 接続を受け付け、 また提供します。 ---------------------------------------- [原文] .PP [訳文] .PP ---------------------------------------- [原文] .TP 5 --listen-port=port Causes svnserve to listen on port when run in daemon mode. [訳文] .TP 5 --listen-port=port デーモンモードでの実行時に、 svnserve が待ち受ける port を指定します。 ---------------------------------------- [原文] .PP [訳文] .PP ---------------------------------------- [原文] .TP 5 --listen-host=host Causes svnserve to listen on the interface specified by host, which may be either a hostname or an IP address. [訳文] .TP 5 --listen-host=host host によって指定されるインターフェースから svnserve が待ち受けるようにします。 指定にあたっては、 ホスト名または IP アドレスを用います。 ---------------------------------------- [原文] .PP [訳文] .PP ---------------------------------------- [原文] .TP 5 --foreground When used together with -d, this option causes svnserve to stay in the foreground. This option is mainly useful for debugging. [訳文] .TP 5 --foreground -d とともに用いることで、 svnserve をフォアグラウンド実行のままとします。 このオプションは主にデバッグ目的で利用することができます。 ---------------------------------------- [原文] .PP [訳文] .PP ---------------------------------------- [原文] .TP 5 -i, --inetd Causes svnserve to use the stdin/stdout file descriptors, as is appropriate for a daemon running out of inetd. [訳文] .TP 5 -i, --inetd svnserve が stdin/stdout ファイルディスクリプターを用いるようにします。 inetd からデーモン実行する場合に適しています。 ---------------------------------------- [原文] .PP [訳文] .PP ---------------------------------------- [原文] .TP 5 -h, --help Displays a usage summary and exits. [訳文] .TP 5 -h, --help 使用法の概要を示して終了します。 ---------------------------------------- [原文] .PP [訳文] .PP ---------------------------------------- [原文] .TP 5 --version Print svnserve's version and the repository filesystem back-end(s) a particular svnserve supports. [訳文] .TP 5 --version svnserve のバージョンを表示します。 また特定の svnserve がサポートするリポジトリのファイルシステムバックエンドを表示 します。 ---------------------------------------- [原文] .PP [訳文] .PP ---------------------------------------- [原文] .TP 5 -r root, --root=root Sets the virtual root for repositories served by svnserve. The pathname in URLs provided by the client will be interpreted relative to this root, and will not be allowed to escape this root. [訳文] .TP 5 -r root, --root=root svnserve が提供するリポジトリの仮想ルートを設定します。 クライアントから指定される URL 内のパス名は、 このルートからの相対パスとして解釈されます。 このルート以外をアクセスすることはできません。 ---------------------------------------- [原文] .PP [訳文] .PP ---------------------------------------- [原文] .TP 5 -R --read-only Force all write operations through this svnserve instance to be forbidden, overriding all other access policy configuration. Do not use this option to set general repository access policy - that is what the conf/svnserve.conf repository configuration file is for. This option should be used only to restrict access via a certain method of invoking svnserve - for example, to allow write access via SSH, but not via a svnserve daemon, or to create a restricted SSH key which is only capable of read access. [訳文] .TP 5 -R --read-only この svnserve インスタンスを通じて行われる書き込み操作を、 強制的にすべて禁止します。 これは、 アクセスポリシーを定めた設定を上書きします。 このオプションは、 通常のリポジトリアクセスポリシーには用いないでください。 それを行うのは、 リポジトリ設定ファイル conf/svnserve.conf です。 このオプションは、 特定の方法によって起動した svnserve に対しての限定的なアクセス時に用いてください。 たとえば書き込みアクセスを svnserve デーモン経由ではなく、 SSH 経由で行うような場合です。 あるいは、 読み込みアクセスにのみ利用する限定的な SSH 鍵を生成して利用するような場合です。 ---------------------------------------- [原文] .PP [訳文] .PP ---------------------------------------- [原文] .TP 5 -t, --tunnel Causes svnserve to run in tunnel mode, which is just like the inetd mode of operation (serve one connection over stdin/stdout) except that the connection is considered to be pre-authenticated with the username of the current uid. This flag is selected by the client when running over a tunnel agent. [訳文] .TP 5 -t, --tunnel トンネルモード (tonnel mode) により svnserve を実行します。 これは inetd モードによる動作に似ています (stdin/stdout を通じて一接続を提供します)。 ただしその際の接続は、 現在の uid によるユーザー名を使い、 あらかじめ事前承認されたものとして動作する点が異なります。 トンネルエージェントを介して動作しているクライアントにより、 本フラグが選択されます。 ---------------------------------------- [原文] .PP [訳文] .PP ---------------------------------------- [原文] .TP 5 --tunnel-user=username When combined with --tunnel, overrides the pre-authenticated username with the supplied username. This is useful in combination with the ssh authorized_key file's "command" directive to allow a single system account to be used by multiple committers, each having a distinct ssh identity. [訳文] .TP 5 --tunnel-user=username --tunnel とともに組み合わせて、 事前承認されたユーザー名を、 指定された username によって上書きします。 これは ssh の authorized_key ファイルにある "command" ディレクティブと合わせて用いると便利です。 複数のコミットユーザーが、 単一のシステムアカウントを利用するようなことが可能になります 。 この場合、 ssh の認証は別々のものとなります。 ---------------------------------------- [原文] .PP [訳文] .PP ---------------------------------------- [原文] .TP 5 -T, --threads When running in daemon mode, causes svnserve to spawn a thread instead of a process for each connection. The svnserve process still backgrounds itself at startup time. [訳文] .TP 5 -T, --threads デーモンモードでの実行時に、 svnserve が各接続に対してプロセスを実行するのではなく、 スレッドを実行するようにします。 svnserve プロセスは、 起動直後にバックグラウンド実行されて起動し続けます。 ---------------------------------------- [原文] .PP [訳文] .PP ---------------------------------------- [原文] .TP 5 --config-file=filename When specified, svnserve reads filename once at program startup and caches the svnserve configuration. The password and authorization configurations referenced from filename will be loaded on each connection. svnserve will not read any per-repository conf/svnserve.conf files when this option is used. See the svnserve.conf(5) man page for details of the file format for this option. [訳文] .TP 5 --config-file=filename これが指定されると、 svnserve は起動時に一度だけ filename の内容を読み込み、 svnserve 設定としてキャッシュします。 パスワード認証の設定は filename から参照されますが、 各接続ごとにロードされます。 このオプションが指定された場合、 svnserve はリポジトリごとの conf/svnserve.conf ファイルは読み込みません。 svnserve.conf(5) ファイルにおける本オプションの書式については、 その man ページを参照してください。 ---------------------------------------- [原文] .PP [訳文] .PP ---------------------------------------- [原文] .TP 5 --pid-file=filename When specified, svnserve will write its process ID to filename. [訳文] .TP 5 --pid-file=filename これを指定した場合、 svnserve はプロセス ID を filename に書き出します。 ---------------------------------------- [原文] .PP [訳文] .PP ---------------------------------------- [原文] .TP 5 -X, --listen-once Causes svnserve to accept one connection on the svn port, serve it, and exit. This option is mainly useful for debugging. [訳文] .TP 5 -X, --listen-once svnserve が svn ポートからのアクセスを 1 度だけ行い、 それに対する返信を行って終了します。 このオプションは主にデバッグ目的で利用することができます。 ---------------------------------------- [原文] .PP Unless the --config-file option was specified on the command line, once the client has selected a repository by transmitting its URL, svnserve reads a file named conf/svnserve.conf in the repository directory to determine repository-specific settings such as what authentication database to use and what authorization policies to apply. See the svnserve.conf(5) man page for details of that file format. [訳文] .PP --config-file オプションがコマンドラインから指定されなかった場合には、 クライアントから URL 送信によってリポジトリが選択された際に、 svnserve はリポジトリ内の conf/svnserve.conf というファイルを読み込みます。 このファイルは、 利用する認証データベースや承認ポリシーなど、 リポジトリ固有の設定を定めるものです。 svnserve.conf(5) のファイルフォーマットの詳細は、 その man ページを参照してください。 ---------------------------------------- [原文] .SH SEE ALSO .BR svnserve.conf (5) [訳文] .SH 関連項目 svnserve.conf(5) ----------------------------------------