Migrating SVN Servers for Everyone

Back in Nov 2008 we migrated SVN servers for committers. We pushed our commits to the Sourceforge SVN server on a regular basis, and that worked well for some time. Recently we discovered that large commits could not be synced and we've had an outdated Sourceforge repository for a couple weeks.

Now that our new SVN servers are quite stable and we've completed the migration for all committers, we've opened anonymous read access for everyone.

To migrate your local source code to the new servers, simply issue a relocate command, like this:

svn switch --relocate https://lportal.svn.sourceforge.net/svnroot/lportal svn://svn.liferay.com/repos/public

or

svn switch --relocate https://lportal.svn.sourceforge.net/svnroot/lportal http://svn.liferay.com/repos/public

 

 

Blogs
Hi Mike,

Thank you so much ... get current code finally, after large commits could not be synced for a couple weeks.

Jonas Yuan
Why don't you provide http/https access to the svn? Svn protocol using a port or the protocol itself may be blocked by some corporate networks.