Thu 17 Jun 10 - AnKi 3D Engine: Migrating SVN repository to google code
Sourceforge.net provides the developers with top quality services and it was the home of AnKi 3D engine for quite some time. Unfortunately the slow responsiveness and the constant fails made me take the decision to switch to google code. Enough is enough.
If you want to know how move the entire SVN repository from SourceForge to google code read bellow:
- Make a new project in code.google.com
- Go to Source -> Browse and down below you will find a link to reset your repository. Click it
- $ svnsync init --username [google-username] --password [google-password] https://[project-name].googlecode.com/svn https://[project-name].svn.sourceforge.net/svnroot/[project-name]
- $ svnsync sync --username [google-username] --password [google-password] https://[project-name].googlecode.com/svn