利用者・トーク:Psy-Fi/Git-Svn

提供: wiki
2013年6月1日 (土) 03:50時点におけるwiki>Kestionによる版
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Just a small note you might want to add: If you were on a fresh system and following along the ubuntu build instructions:

http://wiki.blender.org/index.php/Dev:2.5/Doc/Building_Blender/Linux/Ubuntu/CMake

then git svn <url> command will fail with errors about svn not being a valid git command. You still have to install subversion for git svn to work. On a fresh system, you might not even have git so...

sudo apt-get update
//still need svn installed on the system sudo apt-get install subversion build-essential
sudo apt-get git git-core git-svn
//help also creates an empty ~/.subversion dir and config files on first call
svn help

//you can check that ~/.subversion/ was created with servers, conf, etc.



Problems: I get errors running make from the blender/ folder

 Addons path
 '/home/kesten/vcp/git/blender/blender-trunk/blender/release/scripts/addons'
 is missing, This is an 'svn external', which are known not to work with
 bridges to other version control systems: * CONTINUING WITHOUT ADDONS *
 Translation path
 '/home/kesten/vcp/git/blender/blender-trunk/blender/release/datafiles/locale'
 is missing, This is an 'svn external', which are known not to work with
 bridges to other version control systems, disabling 'WITH_INTERNATIONAL'.