I recently followed the steps here to get a developer account. The goal was to be able to commit German translations to the i18n SVN repo located here. Until now, I checked out parts of this repo using the anonymous URL, worked on the translations and filed a Review Request on Phabricator so that my changes could be proofread by the German team.
I assumed, having a developer account now, I would be able to/should now use the Developer SVN URL (svn+ssh://svn@svn.kde.org/home/kde/trunk/l10n-support/de/summit) to check out the repo. However, this fails:
$> svn co svn+ssh://svn@svn.kde.org/home/kde/trunk/l10n-support/de/summit
svn: E170013: Konnte nicht mit Projektarchiv bei URL »svn+ssh://svn@svn.kde.org/home/kde/trunk/l10n-support/de/summit« verbinden
svn: E210002: Um Probleme mit der Konfiguration von SSH zu untersuchen, entfernen Sie die Option »-q« von »ssh« im Abschnitt »[tunnels]« Ihrer Konfigurationsdatei für Subversion.
svn: E210002: Netzwerkverbindung wurde unerwartet geschlossen
It seems like I have to upload my public SSH key somewhere to authenticate with the server. But where? I don’t see an option at websvn.kde.org.
So, I looked at the Infrastructure/Subversion wiki page, which says:
Subversion users currently using ssh access should use protocol svn+ssh while subversion users currently using password access should use protocol https […]
But this also leads to an error:
$> svn co svn+https://svn@svn.kde.org/home/kde/trunk/l10n-support/de/summit
svn: E170013: Konnte nicht mit Projektarchiv bei URL »svn+https://svn@svn.kde.org/home/kde/trunk/l10n-support/de/summit« verbinden
svn: E125002: Undefiniertes Tunnelschema »https«
Can somebody help me on how to get started? I am quite familiar with git and its forges (GitLab and GitHub), but not so with SVN…
Among other sites, I searched here for information to no avail: