いちいちマニュアル見たり、Web 検索したりするのが面倒なのでメモして
おく。随時追加。
もうちょっと待ちです。
おく。随時追加。
cd dir; cvs -d /proj/cvstoor import -m "" dir yto startsubversion <http://subversion.bluegate.org/doc/> も気になるけど、
cvs -d yto@example.com:/home/yto/cvsroot co sugoi_tool
cvs commit -m ""
cvs update -dP
cvs ann hoge.c (ファイルの各行がいつ変更されたか見る)
cvs diff -r1.1 hoge.c
cvs diff -D2002-12-06 hoge.c
cvs add -kb uhyo.jpg (バイナリファイルの追加)
cvs tag VERSION_1_7 (タグ付け)
cvs export -r VERSION_1_7 ahya (リリース用 co, CVS dir なし)
もうちょっと待ちです。