Re: problem updating templates directories

Yuri Chornoivan <[email protected]> Wed, 17 Dec 2025 16:23:11 +0200
Newsgroups gmane.comp.kde.devel.internationalization-and-documentation
Organization S.P. Timoshenko Institute of Mechanics
Message-ID <[email protected]>
середа, 17 грудня 2025 р. 16:16:11 EET giovanni написано:
> Hi,
> 
> after a few months I am back at work, trying to translating something more.
> 
> After the usual command:
> 
> export SVN_SSH="ssh -i $HOME/.ssh/kdesvnkey
> 
> While I get the files for my language as usual from the commands:
> 
> For the stable version:
> 
> svn checkout svn+ssh://[email protected]/home/kde/branches/stable/l10n-kf6/ia
> 
> And for the current trunk version:
> 
> svn checkout svn+ssh://[email protected]/home/kde/trunk/l10n-kf6/ia
> 
> It is impossible to download the updated templates, because the commands:
> 
> svn checkout
> svn+ssh://[email protected]/home/kde/branches/stable/l10n-kf6/templates
> 
> svn checkout svn+ssh://[email protected]/home/kde/trunk/l10n-kf6/templates
> 
> Always give me back the message SVN: E170000 stating that the dir with
> templates does not exist.
> 
> Maybe did I miss something that happened while I was not working on
> translation?
> 
> Thank you for any help
> 
> regards
> 
> Giovanni

Hi,

The templates are now in git. So you should use

git clone https://invent.kde.org/localization/l10n-templates.git

Hope this helps.

Best regards,
Yuri