Dev:Doc/Building Blender/Linux/Troubleshooting

提供: wiki
移動先: 案内検索

Troubleshooting

+ Expand

Subversion

Certificate verification error

If you try to check out your code from a hosted subversion repository, under Ubuntu 10.04 or newer, you may be disappointed to have it fail with the error:

svn: OPTIONS of 'https://server.com/repo':
Certificate verification error: signed using insecure algorithm  (https://server.com/repo)


Here is the work around:

In the [groups] section (before [global]) of your ~/.subversion/servers add the following:

blender = svn.blender.org
[blender]
ssl-trust-default-ca = no