Merge the following from the English version:
1.360 -> 1.362 books/handbook/mirrors/chapter.sgml
This commit is contained in:
parent
f3f2c14dbc
commit
ade2f328b2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22829
1 changed files with 13 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
||||
Original revision: 1.360
|
||||
Original revision: 1.362
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
|
@ -461,6 +461,16 @@
|
|||
&prompt.user; <userinput>cvs logout</userinput></screen>
|
||||
</example>
|
||||
|
||||
<example>
|
||||
<title>SSH を使って <filename>src/</filename>
|
||||
ツリーをチェックアウトしてみます。</title>
|
||||
<screen>&prompt.user; <userinput>cvs -d freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs co src</userinput>
|
||||
The authenticity of host 'anoncvs.freebsd.org (128.46.156.46)' can't be established.
|
||||
DSA key fingerprint is 52:02:38:1a:2f:a8:71:d3:f5:83:93:8d:aa:00:6f:65.
|
||||
Are you sure you want to continue connecting (yes/no)? <userinput>yes</userinput>
|
||||
Warning: Permanently added 'anoncvs.freebsd.org' (DSA) to the list of known hosts.</screen>
|
||||
</example>
|
||||
|
||||
<example>
|
||||
<title>&man.ls.1; のバージョンを 3.X-STABLE
|
||||
ブランチから調べてみます。</title>
|
||||
|
@ -1229,10 +1239,6 @@
|
|||
|
||||
<programlisting>*default base=/var/db</programlisting>
|
||||
|
||||
<para><filename>supfile</filename> に指定がない場合は、
|
||||
この設定をデフォルトで使用しますので、
|
||||
実際には上の行は必要ありません。</para>
|
||||
|
||||
<para>base
|
||||
ディレクトリが存在しない場合は作成しておきましょう。base
|
||||
ディレクトリが存在しない場合、<command>cvsup</command>
|
||||
|
@ -1334,7 +1340,8 @@ src-all</programlisting>
|
|||
<filename><replaceable>base</replaceable>/sup/</filename>
|
||||
にあります (もしファイルがない場合には作成してください)。
|
||||
<replaceable>base</replaceable> は <filename>supfile</filename> 内で定義されています。
|
||||
デフォルトでは <filename>/var/db</filename> です。つまり、
|
||||
私達は <replaceable>base</replaceable> に
|
||||
<filename>/var/db</filename> を定義しています。つまり、
|
||||
<filename>refuse</filename> ファイルのデフォルトは
|
||||
<filename>/var/db/sup/refuse</filename>
|
||||
ということになります。</para>
|
||||
|
|
Loading…
Reference in a new issue