KDE Translation – fix SVN account

From last few weeks, I was not able to checkout files for Panjabi translation, I was waiting as there few changes were going on KDE infrastructure with gitlab.

Finally I tried to resolve this issue myself before submit sysadmin ticket.
I used KDE Subversion page to resolve issue (following method used):

$ssh svn@svn.kde.org
The SVN repository has moved to a new server. As part of that, we will
limit access only to people who need it, and use GitLab to manage the SSH keys.
To continue committing to SVN, you will need to add your SSH keys to KDE's GitLab,
and make sure your username is allowed.

See this page for more information:
https://community.kde.org/Infrastructure/Subversion/2020_Changes
svn@svn.kde.org: Permission denied (publickey).


Above code suggested to open This Page with information and do following:

you will need to add your SSH keys on KDE’s GitLab at invent.kde.org (need to login)

Once I added key and 2FA enabled I was able to checkout successfully pa folder as below:

svn co svn+ssh://svn@svn.kde.org/home/kde/trunk/l10n-kf5/pa .

svn commit -m "updated Panjabi translation"