利用者・トーク:Psy-Fi/Git-Svn
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'.