[原文] .TH svn 1 [訳文] .TH svn 1 ---------------------------------------- [原文] .SH NAME svn - Subversion command line client tool [訳文] .SH 名前 svn - Subversion のコマンドラインクライアントツール ---------------------------------------- [原文] .SH SYNOPSIS [訳文] .SH 書式 ---------------------------------------- [原文] .TP svn command [options] [args] [訳文] .TP svn command [options] [args] ---------------------------------------- [原文] .SH OVERVIEW Subversion is a version control system, which allows you to keep old versions of files and directories (usually source code), keep a log of who, when, and why changes occurred, etc., like CVS, RCS or SCCS. Subversion keeps a single copy of the master sources. This copy is called the source ``repository''; it contains all the information to permit extracting previous versions of those files at any time. [訳文] .SH 概要 Subversion はバージョンコントロールシステムです。 これを利用することで、 古いバージョンのファイルやディレクトリ (通常はソースコード) を管理できます。 また変更を行った人、 時期、 理由をログとして記録できます。 つまり CVS、 RCS、 SCCS と同様の管理が可能です。 Subversion はマスターソースのコピーを 1 つ保持します。 このコピーのことをソース \*(lqリポジトリ\*(rq と呼びます。 ここにはあらゆる情報が含まれるので、 いつでもソースファイルの以前のバージョンを取り出すことができ ます。 ---------------------------------------- [原文] For more information about the Subversion project, visit http://subversion.apache.org. [訳文] Subversion プロジェクトに関する詳細は http://subversion.apache.org にアクセスして確認してください。 ---------------------------------------- [原文] Documentation for Subversion and its tools, including detailed usage explanations of the svn, svnadmin, svnserve and svnlook programs, historical background, philosophical approaches and reasonings, etc., can be found at http://svnbook.red-bean.com/. [訳文] Subversion や関連ツールのドキュメントでは、 svn, svnadmin, svnserve, svnlook の各プログラムに関する詳細な利用方法、 これまでの開発経緯、 アプローチの発想や理論などを示しています。 http://svnbook.red-bean.com/ を参照してください。 ---------------------------------------- [原文] Run `svn help' to access the built-in tool documentation. [訳文] ツールのドキュメントを表示するには `svn help' を実行してください。 ----------------------------------------