09 Aug 2008 0200-0300 (-0500) Confluence outage
starting in 1 day
news
11 months ago
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
  1. which becomes https://svn.codehaus.org/[path]
  1. will return something like
  2. 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

  1. will then return something like
  2. URL: https://svn.codehaus.org/[path]
Powered by OpenXource Xircles™ (Version: 0.1-6447)