Chapter 7. CVS (Concurrent Version System)

Table of Contents
anonymous cvs を作る (cvs 1.10.8 の時代)
anonymous cvs を作る (cvs 1.11 以降)

anonymous cvs を作る (cvs 1.10.8 の時代)

cvs-1.10.8 をインストールした後、 次のような操作をします。

	% cvs -d /exports/cvsroot init
	% cd /exports/cvsroot/CVSROOT
	% echo anoncvs > readers
	% echo anoncvs: > passwd
ここで CVSROOT 以下を操作する際に、 cvs co して取り出すのではなく、そのディレクトリで操作していることに注 意されたい。 これらのファイルはチェックアウトできてはいけないのである。

fml 8.0 (fml-devel) project homepage is www.fml.org/software/fml8/.
fml 4.0 project homepage is www.fml.org/fml/menu.ja.html.
about one floppy bsd routers, see www.bsdrouter.org/.
other free softwares are found at www.fml.org/software/.

author's homepage is www.fml.org/home/fukachan/.
Also, visit nuinui's world :) at www.nuinui.net.

For questions about FML, e-mail <fml-bugs@fml.org>.