Engie, The SVN installation instructions are located here: http://www.turbogears.com/community/contributing.html
To solve the Cherrypy dependency issue, do the following before installing the SVN version of TG: 1) checkout the latest version of the TG trunk 2) from the command line, navigate to the <svn_root>/thirdparty/cherrpy directory 3) issue the following command: "easy_install ." (don't include the quotes) After this completes successfully, navigate back to the svn root and proceed with the installation as specified in the link I posted above. The tg-admin utility should point to the correct TG version after the new code has been successfully installed. You can also delete the old .88 folder after the new TG version is working correctly. Sean

