「Dev talk:2.5/Doc/Building Blender/Linux/get the source」の版間の差分

提供: wiki
移動先: 案内検索
(moved Dev talk:2.5/Doc/Building Blender/Linux/Get the source to Dev talk:2.5/Doc/Building Blender/Linux/get the source: moving it to lowercase so that this page won't appear in the navtree (subpages template doesn't list pages with the last p...)
 
(1版 をインポートしました)
 
(相違点なし)

2018年6月29日 (金) 04:37時点における最新版

perhaps it should be noted that if you get an authentication error such as:

"... can't checkout /!svn/vcc/default': Could not read response body: SSL error: Decryption has failed."

it can be resolved by adding " --no-auth-cache"

to the svn chenckout command like this: "svn co *address-to-trunk* --no-auth-cache" ? --fktt