[Kde-cvs-announce] Restoration of Git and Subversion service

Ben Cooksley bcooksley at kde.org
Fri Jun 21 06:36:05 UTC 2013


Hi all,

Both Git and Subversion services have now been restored to operation.
All data has been successfully recovered as far as we aware.

Both Git and Subversion however have now been migrated to a new host,
which has caused the SSH host keys to change. The new fingerprints can
be found at https://sysadmin.kde.org/services/code-repositories/

The commands below can be used to remove the old keys.
    ssh-keygen -f "~/.ssh/known_hosts" -R git.kde.org
    ssh-keygen -f "~/.ssh/known_hosts" -R svn.kde.org

While the method of access to Git has not been changed, Subversion has
been converted to a different method.

This requires adapting all checkouts which you have made on your
system, and can be done on a per-checkout basis with the following
command:
    svn switch --relocate svn+ssh://username@svn.kde.org/home/kde/
svn+ssh://svn@svn.kde.org/home/kde/

All new checkouts should be made using the following base URL:
    svn+ssh://svn@svn.kde.org/home/kde/

Please note that due to other changes, we are still not able to
synchronize any new keys, create new accounts, or Git repositories.

If you experience any problems in accessing either Git or Subversion
after following the above, please contact sysadmin, preferrably in
#kde-sysadmin or by filing a ticket at
https://sysadmin.kde.org/tickets/ (which uses your KDE Identity
login).

Apologies for the inconvenience this service outage has caused.

Regards,
Ben Cooksley
KDE Sysadmin


More information about the Kde-cvs-announce mailing list