(View this PageEdit this PageUploads to this PageHistory of this PageHomeRecent ChangesSearch the SwikiHelp Guide)
[blog] [ML] [todo] [CVS] [bug] [apache log] [swiki log] [statistics] [map] [man] [info] [アンテナ]

CVSでファイル管理


-----------

CVSの開始


1. suでスーパーユーザになる。

2. /usr/local/share/reposを作成する。

3. cvs -d /usr/local/share/repos initを実行する。

4. UNIXにCVSグループを追加する。
     userconfから、CVSグループを作成する。
     /etc/groupを開き、CVSを操作するユーザをCVSグループに追加。

5. CVSグループが使用できるようにパーミッションを設定
    cd /usr/local/share/repos
    chgrp -R CVS .
    chmod ug+rwx . CVSROOT/

6. リポジトリパスを設定する。
    /etc/profileに下記追加を。
    CVSROOT='/usr/local/share/repos'
    export CVSROOT

-----------

Link to this Page