Git migration - website moved
Eloy Cuadra
ecuadra at eloihr.net
Sat Jun 14 01:45:28 BST 2025
Hi,
El viernes, 13 de junio de 2025, Albert Astals Cid escribió:
> This has the unintented side effect that people that could commit directly
> to their subteams area in SVN can no longer direct commit because git
> websites are write protected for most people.
Another drawback is that previously you could download a specific directory
from the SVN repository (for example, www/areas/l10n/es, about 4.5MB), whereas
now you have to download the entire websites/l10n-kde-org Git repository,
currently over 1GB.
As some teams may not yet know, you can force the download of a single
directory from a Git repository using a sparse checkout. For example, to
download only the part corresponding to the Spanish team's directory:
git clone -n --depth=1 --filter=tree:0 git at invent.kde.org:websites/l10n-kde-
org.git
cd l10n-kde-org
git sparse-checkout set --no-cone /teams/es /teams/es
git checkout
This local copy could then be updated with a regular git pull.
Cheers everyone,
--
Eloy Cuadra
More information about the kde-i18n-doc
mailing list