[ 地球流体電脳倶楽部 ] [ deepconv ]

deepconv cvsroot 管理の手引き


この文書は deepconv cvsroot 管理の手引である. 作業を行う際には基本的な管理方針 をまとめたdcmodel プロジェクトレポジトリ作成メモを必ず参照すること.

ディレクトリ構成

cvsroot		cvs リポジトリディレクトリ
src		ソースコード. cvs より作成される.

最初の作業

コミットメールの設定

cvs ci を行った際に登録者にメールが届くよう設定を行う.

コミットメッセージの漢字コード設定

コミットメッセージの漢字コードを設定する. ここではコミットメッセー ジとして euc のみ受け付けるようにする.

euc ファイルのみを登録する設定

日本語の文字コードが euc に設定されたファイルのみコミットを受け付けるよう 設定する.

config の設定

コミット時に以下のような警告メッセージが表示されるので, config を修正する.

cvs commit: warning:  Set to use deprecated info format strings.  Establish
compatibility with the new info file format strings (add a temporary '1' in
all info files after each '%' which doesn't represent a literal percent)
and set UseNewInfoFmtStrings=yes in CVSROOT/config.  After that, convert
individual command lines and scripts to handle the new format at your
leisure.

config に以下の行を追加する.

UseNewInfoFmtStrings=yes

参考文献


Deepconv Development Group: