エラー1:(R)eject, accept (t)emporarily or accept (p)ermanently? svn: OPTIONS of '*******': Server certificate verification
エラー1対策:
system( "svn export https://www********* <<< 'p' ")
正しくは --config-dir でSVNのコンフィグのディレクトリを設定するみたいです。
エラー1対策:
system( "svn export https://www********* <<< 'p' ")
正しくは --config-dir でSVNのコンフィグのディレクトリを設定するみたいです。
エラー2:You can avoid future appearances of this warning by setting the value
of the 'store-plaintext-passwords' option to either 'yes' or 'no' in
'/var/www/.subversion/servers'.
エラー2対策:
ruby単体で動作させると /root/.subversion/serversに認証情報が保持されるので、/root/.subversionを/var/www/.subversionにコピー
of the 'store-plaintext-passwords' option to either 'yes' or 'no' in
'/var/www/.subversion/servers'.
エラー2対策:
ruby単体で動作させると /root/.subversion/serversに認証情報が保持されるので、/root/.subversionを/var/www/.subversionにコピー
エラー3:string from 'UTF-8' to native encoding:
エラー3対策:
/etc/sysconfig/httpd に以下の1行を追加
HTTPD_LANG = en_US.UTF-8
エラー3対策:
/etc/sysconfig/httpd に以下の1行を追加
HTTPD_LANG = en_US.UTF-8
※エラーはapacheのエラーです(/var/log/httpd/error_log)
※言語はrubyを使っています。systemはrubyでは外部コマンドを実行する関数です。
0 件のコメント:
コメントを投稿