news
SVN+SSH to be disabled Thursday 30 August 2007
Due to infrastructural changes within Codehaus to improve performance; we will be disabling SVN+SSH access to the repositories.
This will occur at Thursday 30 August 2007; 4am CDT (UTC+0700)
Active users of this method have been emailed; but for all other this will be your notification.
To relocate your working copy:
(in your working copy) svn info | grep URL- which becomes https://svn.codehaus.org/[path]
- will return something like
- URL: svn+ssh://svn.[project].codehaus.org/[path]
svn switch --relocate \ svn+ssh://svn.[project].codehaus.org/[path] \ https://svn.codehaus.org/[path]
svn info | grep URL
- will then return something like
- URL: https://svn.codehaus.org/[path]
General News