perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = "en_US", LC_MESSAGES = "en_US", LC_TIME = "en_US", LC_NUMERIC = "en_US", LC_MONETARY = "en_US", LC_COLLATE = "en_US", LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C").
Solaris 7 + cvs1.11にwincvsから繋ぐと cvs login: authorization failed: server yahoo.co.jp rejected access to /home/hoge/cvs for user hoge 等と出ます。ちゃんと/etc/passwd は$CVSROOT に置いたのにな。
>>789 loginfoではロックファイルの作成/削除だけにしておき、 別プロセスでロックファイルを待ち合わせるループを組んで、 その中でcvs up -dAP && make というのはどうでしょう? ロックファイルでなくFIFOとかでもいいけど。
800 :名無しさん@お腹いっぱい。 :02/12/20 11:29
$cvs -d :pserver:hoge@localhost:/tmp/test/cvsroot login $cvs -d :pserver:hoge@localhost:/tmp/test/cvsroot co temp cvs server: Updating temp U temp/a.txt U temp/b.txt U temp/c.txt
$cvs -d :pserver:ahe@localhost:/tmp/test/cvsroot login $cvs -d :pserver:ahe@localhost:/tmp/test/cvsroot co temp cvs [server aborted]: "checkout" requires write access to the repository