Compile Blender as python module : using alternative svn server

i’m trying to compile blender as python module. Following these steps:

http://www.gizmoplex.com/wordpress/compile-blender-as-python-module/

But when trying to get mingw64 lib :

svn checkout https://svn.blender.org/svnroot/bf-blender/tags/blender-2.69-release/lib/mingw64/ lib/mingw64

i got error msg from server saying file doesn’t exist. If for some reason these files has been moved or removed. Where the alternative svn server to get these files.

enter image description here

You can try

pip install bpy

It’s a work in progress though.