export/checkout

R標準構成時

標準構成のサーバの場合、exportが使えず環境変数が登録できない。
その環境下でも利用できるcvs export/checkoutコマンドは下記の通り。

○前提
▼ユーザ
simh
CVSサーバ
server
CVSリポジトリパス
/path/to/cvs/hoge
▼Tag
FUGA-T080706

○コマンド
▼export
$ cvs -d:pserver:simh@server:/path/to/cvs/hoge export -r FUGA-T080706

▼checkout
$ cvs -d:pserver:simh@server:/path/to/cvs/hoge co -r FUGA-T080706

記憶からコマンド書いたので間違ってたらごめん。