Chromiumのbuild on OSX Lion(Part1)

久々にChromiumのビルドを試してみようとしたところ、Syncコマンド実行時にSSLがらみのエラーが出てしまい先に進めない。

$gclient sync
(一部省略)
svn: OPTIONS of 'https://src.chromium.org/svn/trunk/src': Server certificate verification failed: issuer is not trusted (https://src.chromium.org)

結局、回避策として以下のコマンドを実行して証明書を事前に取り込み回避する事に。

$ svn ls https://src.chromium.org
Error validating server certificate for 'https://src.chromium.org:443':
- The certificate is not issued by a trusted authority. Use the
fingerprint to validate the certificate manually!
Certificate information:
- Hostname: src.chromium.org
- Valid: from Mon, 28 Mar 2011 20:37:21 GMT until Wed, 28 Mar 2012 20:47:21 GMT
- Issuer: Google Inc, US
- Fingerprint: 2b:8f:64:83:06:fc:8f:e3:88:7d:cf:af:1f:ba:7d:db:44:06:de:23
(R)eject, accept (t)emporarily or accept (p)ermanently? p