Following changes in the English version are merged.
Makefile: 1.31 -> 1.32 contrib.sgml: 1.282 -> 1.295 sections.sgml: 1.29 -> 1.30 anoncvs.sgml: New translation Submitted by: takas-su@is.aist-nara.ac.jp (Takashi Sugimura)
This commit is contained in:
parent
d408e895b2
commit
7e1796fcac
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=3115
5 changed files with 193 additions and 20 deletions
|
@ -1,5 +1,5 @@
|
|||
# $Id: Makefile,v 1.24 1998-07-19 15:46:49 kuriyama Exp $
|
||||
# Original revision: 1.31
|
||||
# $Id: Makefile,v 1.25 1998-07-20 05:33:57 hanai Exp $
|
||||
# Original revision: 1.32
|
||||
# The FreeBSD Japanese Documentation Project
|
||||
|
||||
DOC= handbook
|
||||
|
@ -8,7 +8,7 @@ FORMATS?= html roff
|
|||
SGMLOPTS+=-e EUC-JP
|
||||
SGMLOPTS+=-links
|
||||
|
||||
SRCS= authors.sgml backups.sgml basics.sgml bibliography.sgml boothelp.sgml
|
||||
SRCS= anoncvs.sgml authors.sgml backups.sgml basics.sgml bibliography.sgml boothelp.sgml
|
||||
SRCS+= booting.sgml contrib.sgml crypt.sgml ctm.sgml current.sgml cvsup.sgml
|
||||
SRCS+= cyclades.sgml development.sgml dialup.sgml dialout.sgml
|
||||
SRCS+= disks.sgml diskless.sgml dma.sgml eresources.sgml esdi.sgml
|
||||
|
|
168
ja/handbook/anoncvs.sgml
Normal file
168
ja/handbook/anoncvs.sgml
Normal file
|
@ -0,0 +1,168 @@
|
|||
<!-- $Id: anoncvs.sgml,v 1.1 1998-07-20 05:33:59 hanai Exp $ -->
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.1 -->
|
||||
|
||||
<sect1><heading>Anonymous CVS<label id="anoncvs"></heading>
|
||||
|
||||
<p><em>原作: &a.jkh;</em>
|
||||
|
||||
<p><em>訳: &a.sugimura;.<newline>19 July 1998.</em>
|
||||
|
||||
<sect2><heading>導入<label id="anoncvs:intro"></heading>
|
||||
|
||||
<p>Anonymous CVS (もしくは, <em>anoncvs</em> として知られています) は
|
||||
離れたところにある CVS リポジトリと同期を取るために FreeBSD に付属している
|
||||
CVS ユーティリティに含まれている機能です. 他にもありますが, それは FreeBSD の
|
||||
ユーザが, 特別な権限なしに FreeBSD プロジェクトの公式な anoncvs サーバに
|
||||
読み取り専用で CVS の操作をすることができるようにするためのものです.
|
||||
それを使うには, 単に <bf>CVSROOT</bf> 環境変数を設定して適切な anoncvs サーバを
|
||||
指定し, そして <tt>cvs(1)</tt> コマンドを使って手元にあるリポジトリのように
|
||||
アクセスするだけです.
|
||||
|
||||
<p><ref id="cvsup" name="CVSup"> と <tt>anoncvs</tt> のサービスは本質的に
|
||||
同じ機能ではないかということも言われていますが, ユーザが同期を取る方法を
|
||||
選ぶときに影響を与えるようなさまざまなトレードオフが存在します.
|
||||
要約して言えば, <tt>CVSup</tt> はネットワーク資源の使い方においては
|
||||
非常に効率がよく, またはるかに技術的に洗練されたものですが,
|
||||
相当な手間がかかります. <tt>CVSup</tt> を使うには, 特別なクライアントをまず
|
||||
インストールして設定しなくては 1bit も取ってくることができず, またそのとき
|
||||
<tt>CVSup</tt> では <em>collections</em> と呼んでいるかなり大きなかたまり
|
||||
だけからしか取ってこれません.
|
||||
|
||||
<p>それに対して <tt>anoncvs</tt> では, CVS モジュールの名前を指定することで
|
||||
特定のプログラムの (<em>ls</em> や <em>grep</em> のような) 個々のファイルから
|
||||
調べることができます. もちろん, <tt>anoncvs</tt> は CVS リポジトリの
|
||||
読み取り専用の操作に対してのみ適しているので, もしあなたが
|
||||
FreeBSD プロジェクトのものと共有されたなにかローカルなリポジトリを作って
|
||||
そこでの開発を行おうというときには, <tt>CVSup</tt> だけが
|
||||
唯一の手段となってしまいます.
|
||||
|
||||
<sect2><heading>Anonymous CVS を使う<label id="anoncvs:usage"></heading>
|
||||
|
||||
<p><tt>cvs(1)</tt> を設定して Anonymous CVS リポジトリを使うには
|
||||
単に <bf>CVSROOT</bf> 環境変数を設定して FreeBSD プロジェクトの
|
||||
<tt>anoncvs</tt> サーバを指定するだけのことです.
|
||||
この文書を書いているときには, 次のサーバが利用できるようになっています.
|
||||
|
||||
<itemize>
|
||||
<item><bf>USA</bf>: anoncvs@anoncvs.freebsd.org:/cvs</item>
|
||||
</itemize>
|
||||
|
||||
<p>CVS はかつて存在した (もしくは, 時にはこれから存在するものも :)
|
||||
ほとんどどんなバージョンの FreeBSD のソースを "check out" することができますが,
|
||||
あなたは <tt>cvs(1)</tt> の リビジョン (<em>-r</em>) のオプションや
|
||||
FreeBSD プロジェクトのリポジトリの中でそれをどのように指定したらいいものか
|
||||
ということをよく知っておく必要があります.
|
||||
|
||||
<p>タグには 2 種類あって, リビジョンタグとブランチタグがあります.
|
||||
リビジョンタグは特定の改訂版を指しており, それはいつも同じものを意味しています.
|
||||
一方ブランチタグは, 指定されたときの指定された開発の流れにおける
|
||||
最も新しい改訂版を示しています. ブランチタグは特定の改訂版を指していないために,
|
||||
その意味はきょうと明日では違うものになっているでしょう.
|
||||
|
||||
<p>ユーザが興味を持つであろうブランチタグの一覧です.
|
||||
|
||||
<descrip>
|
||||
<tag/HEAD/
|
||||
主要部をなす流れ, すなわち FreeBSD-current のための名前です.
|
||||
また, どのリビジョンも指定されなかったときにはこれになります.
|
||||
<tag/RELENG_2_2/
|
||||
FreeBSD-2.2.x の開発のための流れです. FreeBSD-stable としても
|
||||
知られています.
|
||||
ports コレクションにはふさわしくありません.
|
||||
<tag/RELENG_2_1_0/
|
||||
FreeBSD-2.1.x の開発のための流れです - このブランチは
|
||||
大部分がすたれています.
|
||||
ports コレクションにはふさわしくありません.
|
||||
</descrip>
|
||||
|
||||
<p>ユーザが興味を持つであろうリビジョンタグの一覧です.
|
||||
|
||||
<descrip>
|
||||
<tag/RELENG_2_2_6_RELEASE/
|
||||
FreeBSD-2.2.6.
|
||||
ports コレクションにはふさわしくありません.
|
||||
<tag/RELENG_2_2_5_RELEASE/
|
||||
FreeBSD-2.2.5.
|
||||
ports コレクションにはふさわしくありません.
|
||||
<tag/RELENG_2_2_2_RELEASE/
|
||||
FreeBSD-2.2.2.
|
||||
ports コレクションにはふさわしくありません.
|
||||
<tag/RELENG_2_2_1_RELEASE/
|
||||
FreeBSD-2.2.1.
|
||||
ports コレクションにはふさわしくありません.
|
||||
<tag/RELENG_2_2_0_RELEASE/
|
||||
FreeBSD-2.2.0.
|
||||
ports コレクションにはふさわしくありません.
|
||||
<tag/RELENG_2_1_7_RELEASE/
|
||||
FreeBSD-2.1.7.
|
||||
ports コレクションにはふさわしくありません.
|
||||
<tag/RELENG_2_1_6_1_RELEASE/
|
||||
FreeBSD-2.1.6.1.
|
||||
ports コレクションにはふさわしくありません.
|
||||
<tag/RELENG_2_1_6_RELEASE/
|
||||
FreeBSD-2.1.6.
|
||||
ports コレクションにはふさわしくありません.
|
||||
<tag/RELENG_2_1_5_RELEASE/
|
||||
FreeBSD-2.1.5.
|
||||
ports コレクションにはふさわしくありません.
|
||||
<tag/RELENG_2_1_0_RELEASE/
|
||||
FreeBSD-2.1.0.
|
||||
ports コレクションにはふさわしくありません.
|
||||
</descrip>
|
||||
|
||||
<p>ブランチタグを指定したときには, 普通はその開発の流れにおける最も新しい
|
||||
バージョンのファイルを受け取ることができます. もし以前のバージョンのものが
|
||||
欲しいときには, 日付を <em>-D date</em> オプションを使って指定すればよいです.
|
||||
|
||||
<sect2><heading>例</heading>
|
||||
|
||||
<p>本当はなにかする前には <tt>cvs(1)</tt> のマニュアルページの全体をちゃんと
|
||||
読んでからのほうがいいのですが, Anonymous CVS の使い方の本質的なところを
|
||||
簡単に例を挙げて説明します.
|
||||
|
||||
<p>-current (ls(1)) をちょっと確認してから消してみます.
|
||||
|
||||
<verb>
|
||||
% setenv CVSROOT anoncvs@anoncvs.freebsd.org:/cvs
|
||||
% cvs co ls
|
||||
% cvs release -d ls
|
||||
</verb>
|
||||
|
||||
<p>ls(1) のバージョンを 2.2-stable ブランチから調べてみます.
|
||||
|
||||
<verb>
|
||||
% setenv CVSROOT anoncvs@anoncvs.freebsd.org:/cvs
|
||||
% cvs co -rRELENG_2_2 ls
|
||||
% cvs release -d ls
|
||||
</verb>
|
||||
|
||||
<p>FreeBSD 2.2.2 と FreeBSD 2.2.6 とで ls(1) の変更点のリストを (unidiff で)
|
||||
作ってみます.
|
||||
|
||||
<verb>
|
||||
% setenv CVSROOT anoncvs@anoncvs.freebsd.org:/cvs
|
||||
% cvs rdiff -u -rRELENG_2_2_2_RELEASE -rRELENG_2_2_6_RELEASE ls
|
||||
</verb>
|
||||
|
||||
<p>他のどんなモジュールの名前が使われているか検索してみます.
|
||||
|
||||
<verb>
|
||||
% setenv CVSROOT anoncvs@anoncvs.freebsd.org:/cvs
|
||||
% cvs co modules
|
||||
% more modules/modules
|
||||
% cvs release -d modules
|
||||
</verb>
|
||||
|
||||
<sect2><heading>他の資料</heading>
|
||||
|
||||
<p>次の資料は CVS を学ぶのに役に立つでしょう.
|
||||
|
||||
<itemize>
|
||||
<item><url url="http://www.csc.calpoly.edu/~dbutler/tutorials/winter96/cvs/"
|
||||
name="CVS チュートリアル">, Cal Poly によります.</item>
|
||||
<item><url url="http://www.cyclic.com" name="Cyclic Software">, 商用として
|
||||
CVS を維持しています.</item>
|
||||
<item><url url="http://www.freebsd.org/cgi/cvsweb.cgi" name="CVSWeb">
|
||||
は FreeBSD Project の CVS のための web インターフェースです.</item>
|
||||
</itemize>
|
|
@ -1,6 +1,6 @@
|
|||
<!-- $Id: contrib.sgml,v 1.80 1998-04-25 16:02:26 kuriyama Exp $ -->
|
||||
<!-- $Id: contrib.sgml,v 1.81 1998-07-20 05:34:02 hanai Exp $ -->
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.282 -->
|
||||
<!-- Original revision: 1.295 -->
|
||||
|
||||
<!-- Please try to keep the file 'avail' (from CVSROOT)
|
||||
in sync with the list of FreeBSD Developers -->
|
||||
|
@ -23,7 +23,6 @@
|
|||
<item>&a.asami;
|
||||
<item>&a.jmb;
|
||||
<item>&a.ache;
|
||||
<item>&a.dyson;
|
||||
<item>&a.bde;
|
||||
<item>&a.gibbs;
|
||||
<item>&a.davidg;
|
||||
|
@ -47,13 +46,17 @@
|
|||
た 開発者でもあります.
|
||||
|
||||
<itemize>
|
||||
<item>&a.ugen;
|
||||
<item>&a.mbarkah;
|
||||
<item>&a.stb;
|
||||
<item>&a.pb;
|
||||
<item>&a.jb;
|
||||
<item>&a.torstenb;
|
||||
<item>&a.dburr;
|
||||
<item>&a.danny;
|
||||
<item>&a.thepish;
|
||||
<item>&a.charnier;
|
||||
<item>&a.ejc;
|
||||
<item>&a.kjc;
|
||||
<item>&a.gclarkii;
|
||||
<item>&a.cracauer;
|
||||
|
@ -80,18 +83,18 @@
|
|||
<item>&a.hanai;
|
||||
<item>&a.ahasty;
|
||||
<item>&a.jhay;
|
||||
<item>&a.ghelmer;
|
||||
<item>&a.helbig;
|
||||
<item>&a.erich;
|
||||
<item>&a.hosokawa;
|
||||
<item>&a.hsu;
|
||||
<item>&a.mph;
|
||||
<item>&a.itojun;
|
||||
<item>&a.ugen;
|
||||
<item>&a.gj;
|
||||
<item>&a.nsj;
|
||||
<item>&a.ljo;
|
||||
<item>&a.kato;
|
||||
<item>&a.andreas;
|
||||
<item>&a.jkoshy;
|
||||
<item>&a.kuriyama;
|
||||
<item>&a.imp;
|
||||
<item>&a.smace;
|
||||
|
@ -105,6 +108,7 @@
|
|||
<item>&a.rnordier;
|
||||
<item>&a.davidn;
|
||||
<item>&a.obrien;
|
||||
<item>&a.ljo;
|
||||
<item>&a.fsmp;
|
||||
<item>&a.smpatel;
|
||||
<item>&a.wpaul;
|
||||
|
@ -133,6 +137,7 @@
|
|||
<item>&a.cwt;
|
||||
<item>&a.pst;
|
||||
<item>&a.hoek;
|
||||
<item>&a.nectar;
|
||||
<item>&a.swallace;
|
||||
<item>&a.nate;
|
||||
<item>&a.yokota;
|
||||
|
@ -147,24 +152,23 @@ name="FreeBSD
|
|||
<em>副担当者</em>によって運用されています.
|
||||
|
||||
<p><descrip>
|
||||
<tag/ドキュメンテーションプロジェクト担当/ &a.jfieber
|
||||
<tag/Web 管理責任者/ &a.mbarkah; <p><em>副責任者:</em> &a.paul
|
||||
<tag/ドキュメンテーションプロジェクト担当/ <em>現在空席</em>
|
||||
<tag/Web 管理責任者/ &a.mbarkah; <p><em>副責任者:</em> &a.wosch
|
||||
<tag/ハンドブックおよび FAQ 編集担当/ &a.faq
|
||||
<tag/ドキュメント構築環境の技術責任者/ &a.paul; <p><em>副責任者:</em> &a.dave
|
||||
<tag/Mirror 担当/ &a.ulf; <p><em>副担当</em>&a.john
|
||||
<tag/ニュースフラッシュ編集担当/ &a.nsj; <p><em>副担当:</em>&a.john;
|
||||
<tag/FreeBSD ギャラリーおよび商用ベンダ情報ページ担当/ &a.nsj; <p><em>副担当</em>&a.cawimm
|
||||
<tag/WEB ページデザイン等の美術担当/ &a.dave; <p><em>副担当:</em>&a.opsys
|
||||
<tag/WEB ページデザイン等の美術担当/ &a.opsys;
|
||||
<tag/データベース技術担当/ &a.mayo; <p><em>副担当:</em>&a.cracauer
|
||||
<tag/CGI 技術担当/ &a.cracauer;<p><em>副担当:</em> &a.stb
|
||||
<tag/雑務担当/ &a.nsj;<p> &a.nik
|
||||
<tag/雑務担当/ &a.nsj;
|
||||
<tag/LinuxDoc から DocBook への移行/ &a.nik;
|
||||
</descrip>
|
||||
|
||||
<sect><heading>担当者<label id="staff:who"></heading>
|
||||
|
||||
<p><descrip>
|
||||
<tag/最高技術責任者/ &a.davidg
|
||||
<tag/ドキュメンテーションプロジェクト担当/ &a.jfieber
|
||||
<tag/ドキュメンテーションプロジェクト担当/ <em>現在空席</em>
|
||||
<tag/国際化/ &a.ache
|
||||
<tag/ネットワーク/ &a.wollman
|
||||
<tag/ポストマスタ/ &a.jmb;
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<!-- $Id: sections.sgml,v 1.15 1998-07-19 15:46:51 kuriyama Exp $ -->
|
||||
<!-- $Id: sections.sgml,v 1.16 1998-07-20 05:34:04 hanai Exp $ -->
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.29 -->
|
||||
<!-- Original revision: 1.30 -->
|
||||
|
||||
<!-- Entities containing all the pieces of the handbook are -->
|
||||
<!-- defined here -->
|
||||
|
||||
<!ENTITY anoncvs SYSTEM "anoncvs.sgml">
|
||||
<!ENTITY bibliography SYSTEM "bibliography.sgml">
|
||||
<!ENTITY basics SYSTEM "basics.sgml">
|
||||
<!ENTITY booting SYSTEM "booting.sgml">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# $Id: Makefile,v 1.24 1998-07-19 15:46:49 kuriyama Exp $
|
||||
# Original revision: 1.31
|
||||
# $Id: Makefile,v 1.25 1998-07-20 05:33:57 hanai Exp $
|
||||
# Original revision: 1.32
|
||||
# The FreeBSD Japanese Documentation Project
|
||||
|
||||
DOC= handbook
|
||||
|
@ -8,7 +8,7 @@ FORMATS?= html roff
|
|||
SGMLOPTS+=-e EUC-JP
|
||||
SGMLOPTS+=-links
|
||||
|
||||
SRCS= authors.sgml backups.sgml basics.sgml bibliography.sgml boothelp.sgml
|
||||
SRCS= anoncvs.sgml authors.sgml backups.sgml basics.sgml bibliography.sgml boothelp.sgml
|
||||
SRCS+= booting.sgml contrib.sgml crypt.sgml ctm.sgml current.sgml cvsup.sgml
|
||||
SRCS+= cyclades.sgml development.sgml dialup.sgml dialout.sgml
|
||||
SRCS+= disks.sgml diskless.sgml dma.sgml eresources.sgml esdi.sgml
|
||||
|
|
Loading…
Reference in a new issue