Feed Advanced Search

Aug 19 2020

clel added a parent task for T4803: Consolidate {branches/stable,trunk}/l10n-{kde4,kf5}/scripts into a git repository: T13514: Migrate KDE translations to Git.
Aug 19 2020, 2:16 PM · Localization
clel added a subtask for T13514: Migrate KDE translations to Git: T4803: Consolidate {branches/stable,trunk}/l10n-{kde4,kf5}/scripts into a git repository.
Aug 19 2020, 2:16 PM · Localization
clel added a comment to T13311: Evaluate the addition of a web-based translation system.

Thanks @subins2000 for adding a report of your experience and also some documentation. I added this information to the task description.

Aug 19 2020, 2:12 PM · Localization, Websites
clel renamed T13311: Evaluate the addition of a web-based translation system from Evaluating the addition of a web-based translation system to Evaluate the addition of a web-based translation system.
Aug 19 2020, 1:55 PM · Localization, Websites
clel added a comment to T13514: Migrate KDE translations to Git.

Thanks! Maybe we should make this a subtask of that as well?

EDIT: especially because we're literally having duplicate conversations in both tasks :D

Aug 19 2020, 1:46 PM · Localization
clel added a project to T11070: Better (online) localization: Localization.
Aug 19 2020, 1:44 PM · Localization, Goal Setting 2019
clel added a parent task for T13514: Migrate KDE translations to Git: T11070: Better (online) localization.
Aug 19 2020, 1:43 PM · Localization
rempt added a comment to T13514: Migrate KDE translations to Git.
Aug 19 2020, 12:30 PM · Localization
dkazakov added a comment to T13514: Migrate KDE translations to Git.
In T13514#237645, @pino wrote:

A "l10n" repository with submodules will not really work: git submodules are not like svn externals, and they point to a specific revision and not to a branch. Considering how often files in the repository of each language will change (at least once every day), it would mean constantly updating the submodules in the "l10n" repository... no please.

Aug 19 2020, 7:54 AM · Localization
aacid added a comment to T13514: Migrate KDE translations to Git.

[...] to include the po files in the source repositories, for the following reasons:

This will make things easier for developers, packagers and user’s who like to compile applications themselves (instead of using packages, or just for testing a new feature or a bug fix).
But having a non-central location of the PO files will make things much harder for the translators (for various reasons that I won’t get into now).

Can it be solved with git-submodules? It looks like submodules were invented exactly for this purpose, weren't they?

Aug 19 2020, 7:51 AM · Localization
aacid added a comment to T13514: Migrate KDE translations to Git.

TBH I'm mostly ignoring this task, but i'm at least going to answer your initial points

Aug 19 2020, 7:49 AM · Localization
dkazakov added a comment to T13514: Migrate KDE translations to Git.

[...] to include the po files in the source repositories, for the following reasons:

Aug 19 2020, 7:37 AM · Localization
woltherav added a comment to T13514: Migrate KDE translations to Git.

Thanks! Maybe we should make this a subtask of that as well?

Aug 19 2020, 7:37 AM · Localization
xyquadrat added a comment to T13514: Migrate KDE translations to Git.

The mythical web-based translation task is T11070, plus the subtasks of it (especially T13311). Because this was proposed as a community goal, it initially wasn't tied to the Localization project and later on one forgot to change that.

Aug 19 2020, 7:34 AM · Localization
woltherav added a comment to T13514: Migrate KDE translations to Git.

Erm, maybe it is worth it to actually link to this mythical web-based translation task? Because it is not inside the localization team project.

Aug 19 2020, 7:24 AM · Localization
pino added a comment to T13514: Migrate KDE translations to Git.

@pino The goal of doing the git migration is to solve "SVN is harder to use for new contributors". I meant this problem will be better solved by an online tool than a migration to git.

Aug 19 2020, 5:57 AM · Localization
subins2000 added a comment to T13514: Migrate KDE translations to Git.

@pino The goal of doing the git migration is to solve "SVN is harder to use for new contributors". I meant this problem will be better solved by an online tool than a migration to git.

Aug 19 2020, 5:37 AM · Localization

Aug 18 2020

nalvarez added a comment to T13514: Migrate KDE translations to Git.

FYI, I tried to convert Spanish translations to Git, only including /trunk/l10n-kde4/es/messages/ and /trunk/l10n-kf5/es/messages/ (no docs, no docmessages, no /branches/stable/, etc) and the result was 150MB.

Aug 18 2020, 10:46 PM · Localization
pino added a comment to T13514: Migrate KDE translations to Git.

@subins2000 this ticket is NOT about a web-based translation tool, there is a separate ticket for that. Please keep the topic of this focused ONLY on the svn -> git migration.

Aug 18 2020, 7:19 PM · Localization
pino added a comment to T13514: Migrate KDE translations to Git.

But a giant Git repository with all the languages will be. So please consider using submodules, one for each language.

Aug 18 2020, 7:18 PM · Localization
pino added a comment to T13514: Migrate KDE translations to Git.
In T13514#237629, @pino wrote:

Git should facilitate integration with external translation file trees maintained by Linux distributions (e.g. BaseALT)

@aspotashev can you please explain why these distros care about the layout of our translations? When packaging upstream releases they ought to use translations as available in release tarballs, not pick random files from upstream translation trees.

Our [upstream] translation team has limited capacity and we are unable to review new translations submitted by the distro on a timely manner. Therefore they want to use their own versions of translations when they are not upstreamed yet. They do it by injecting their custom translation files by the distro-specific packaging scripts.

Git should make it easier for them to merge upstreamed translations back into their custom tree when both repos will be in Git.

Aug 18 2020, 7:15 PM · Localization
subins2000 added a comment to T13514: Migrate KDE translations to Git.

I came into the KDE Community last year as part of localizing KDE apps to Malayalam. As a beginner, it was difficult to start. I had previous experience with GNOME localization, and there, the process was to lock, download PO file from Damned Lies, and upload. As a beginner, that process was a little difficult cause the team was practically dead and had to contact the maintainer to review it. The existing maintainers are no more college students and is busy in their daily jobs, so review was difficult.

Aug 18 2020, 6:27 PM · Localization
huftis added a comment to T13514: Migrate KDE translations to Git.

Additional comment (by me) from the mailing list:

Aug 18 2020, 6:26 PM · Localization
huftis added a comment to T13514: Migrate KDE translations to Git.

FYI, I tried to convert Spanish translations to Git, only including /trunk/l10n-kde4/es/messages/ and /trunk/l10n-kf5/es/messages/ (no docs, no docmessages, no /branches/stable/, etc) and the result was 150MB.

(initially svn2git made an unoptimized 6GB monster; after a 'git gc --aggressive' that ate 9GB of RAM, it reduced the repo to 150MB)

Aug 18 2020, 5:56 PM · Localization
huftis added a comment to T13514: Migrate KDE translations to Git.

As I've said before, and will keep saying, if the way translations are handled in KDE changes, the change should be to include the po files in the source repositories, for the following reasons:

  • Developers will always build with translations
  • Since we're using gitlab now, that would making a release is as simple as creating a tag, i.e., we would be using gitlab as it is meant to be used
  • No chance of accidentally packaging the unstable translations with a release from the stable branch
  • nightly builds will include translations
Aug 18 2020, 5:35 PM · Localization
aspotashev added a comment to T13514: Migrate KDE translations to Git.
In T13514#237629, @pino wrote:

Git should facilitate integration with external translation file trees maintained by Linux distributions (e.g. BaseALT)

@aspotashev can you please explain why these distros care about the layout of our translations? When packaging upstream releases they ought to use translations as available in release tarballs, not pick random files from upstream translation trees.

Aug 18 2020, 1:00 PM · Localization
rempt added a comment to T13514: Migrate KDE translations to Git.

As I've said before, and will keep saying, if the way translations are handled in KDE changes, the change should be to include the po files in the source repositories, for the following reasons:

Aug 18 2020, 7:52 AM · Localization
pino added a comment to T13514: Migrate KDE translations to Git.

Git should facilitate integration with external translation file trees maintained by Linux distributions (e.g. BaseALT)

Aug 18 2020, 7:35 AM · Localization
pino added a comment to T13514: Migrate KDE translations to Git.

Please keep the eventual integration of Weblate (or any other web-based translation system) out of this "migrate to git" roadmap. Adding a web-based translation system requires additional complexity and even workflow changes that would make doing this conversion a even bigger and risky task than what it already is.

Aug 18 2020, 7:30 AM · Localization
nalvarez added a comment to T13514: Migrate KDE translations to Git.

FYI, I tried to convert Spanish translations to Git, only including /trunk/l10n-kde4/es/messages/ and /trunk/l10n-kf5/es/messages/ (no docs, no docmessages, no /branches/stable/, etc) and the result was 150MB.

Aug 18 2020, 2:56 AM · Localization

Aug 17 2020

thiagosueto added a comment to T13514: Migrate KDE translations to Git.

I strongly believe that people who need easy review needs something like weblate. All the others don't care whether it's direct git pushing or svn pushing.
I also think that the web solution have an higher priority than the move of the translations to git.

Aug 17 2020, 11:54 PM · Localization
aspotashev updated subscribers of T13514: Migrate KDE translations to Git.
Aug 17 2020, 11:11 PM · Localization
aacid added a comment to T13514: Migrate KDE translations to Git.

I strongly believe that people who need easy review needs something like weblate. All the others don't care whether it's direct git pushing or svn pushing.

Well, the main problem (in Krita) that newcomers are frightened away from doing translations because of too complicated process. Any solution that would make it simpler would work.

So we are basically in agreement, but not on having a git-based translation system directly exposed to the newcomers. That would make just things more complicated.

PS
Though SVN was actually the reason why my students didn't want to do the translations. It is too outdated and noone knows how to use it anymore.

That's sad, but I have to say that no one want to use it, because it's documented, and the basic commands maps directly to git commands (clone/checkout, commit+push/commit - even one less).
This does *not* mean I want to keep it, but I feel there is a bit too much bad advertisement.

Aug 17 2020, 11:07 PM · Localization
aspotashev added a comment to T13514: Migrate KDE translations to Git.

I'm not sure what you mean here, can you please elaborate? The tooling to simplify moving of translations between directories is part of step #4 of the roadmap. Something like super-duper-tool mv kscreenshot/kscreenshot.po spectacle/spectable.po would create a commit in each of the Git translations repositories and git push all of them, possibly retrying this operation in a case of a merge conflict.

I don't want to have a tool to push things in all repositories first without reducing the number of occurrences when this can happen. Also, summit should get that support first.

Aug 17 2020, 11:03 PM · Localization
ltoscano updated the task description for T13514: Migrate KDE translations to Git.
Aug 17 2020, 10:56 PM · Localization
aspotashev updated the task description for T13514: Migrate KDE translations to Git.
Aug 17 2020, 10:47 PM · Localization
ltoscano added a comment to T13514: Migrate KDE translations to Git.

The points can be dune until the moving of translations is not automated. Otherwise having to do the operations on a set of per-languages git repositories will be impossible.

I'm not sure what you mean here, can you please elaborate? The tooling to simplify moving of translations between directories is part of step #4 of the roadmap. Something like super-duper-tool mv kscreenshot/kscreenshot.po spectacle/spectable.po would create a commit in each of the Git translations repositories and git push all of them, possibly retrying this operation in a case of a merge conflict.

Aug 17 2020, 10:37 PM · Localization
aspotashev added a comment to T13514: Migrate KDE translations to Git.

The points can be dune until the moving of translations is not automated. Otherwise having to do the operations on a set of per-languages git repositories will be impossible.

Aug 17 2020, 10:32 PM · Localization
ltoscano added a comment to T13514: Migrate KDE translations to Git.

I strongly believe that people who need easy review needs something like weblate. All the others don't care whether it's direct git pushing or svn pushing.

Well, the main problem (in Krita) that newcomers are frightened away from doing translations because of too complicated process. Any solution that would make it simpler would work.

Aug 17 2020, 10:26 PM · Localization
dkazakov added a comment to T13514: Migrate KDE translations to Git.

I strongly believe that people who need easy review needs something like weblate. All the others don't care whether it's direct git pushing or svn pushing.

Aug 17 2020, 10:22 PM · Localization
ltoscano added a comment to T13514: Migrate KDE translations to Git.

Hi, @aspotashev!

I'm not sure about this point, could you elaborate?

Disable GitLab merge requests feature for l10n/[language].git repositories unless we have an explicit approval from particular language team's coordinators.

One of the main advantages of migration to GitLab is that people could propose/review changes via some GUI interface, avoiding sending them via email or doing weird things like that. Sending files via email in 2020 just frightens new contributors.

Aug 17 2020, 10:16 PM · Localization
dkazakov added a comment to T13514: Migrate KDE translations to Git.

I'm not sure about this point, could you elaborate?

Aug 17 2020, 10:13 PM · Localization
ltoscano added a comment to T13514: Migrate KDE translations to Git.

Also, no parallel migration. When this will happen (after everything else is automated, including summit and the new website) it should be one shot.

Aug 17 2020, 10:06 PM · Localization
ltoscano added a comment to T13514: Migrate KDE translations to Git.

The points can be dune until the moving of translations is not automated. Otherwise having to do the operations on a set of per-languages git repositories will be impossible.

Aug 17 2020, 10:06 PM · Localization
aspotashev updated subscribers of T13514: Migrate KDE translations to Git.
Aug 17 2020, 10:01 PM · Localization
aspotashev updated the task description for T13514: Migrate KDE translations to Git.
Aug 17 2020, 9:59 PM · Localization
aspotashev created T13514: Migrate KDE translations to Git.
Aug 17 2020, 9:08 PM · Localization

Jul 22 2020

pshinjo added a comment to T4473: Investigate feasibility of using summit as default workflow.

As using summit globally was mentioned in T11070#198358 I am setting the parent task.

Jul 22 2020, 9:56 AM · Localization
pshinjo added a parent task for T4473: Investigate feasibility of using summit as default workflow: T11070: Better (online) localization.
Jul 22 2020, 9:54 AM · Localization

Jul 19 2020

ltoscano closed T13382: populate_documentation.sh: use the gitlab tarball instead to git archive as Resolved.

After a few days of usage, it seems everything is working as expected.

Jul 19 2020, 9:53 PM · Localization, Documentation

Jul 13 2020

ltoscano added a comment to T13382: populate_documentation.sh: use the gitlab tarball instead to git archive.

https://websvn.kde.org/?view=revision&revision=1574284

Jul 13 2020, 10:16 PM · Localization, Documentation

Jul 9 2020

ltoscano updated the task description for T13382: populate_documentation.sh: use the gitlab tarball instead to git archive.
Jul 9 2020, 12:46 PM · Localization, Documentation
ltoscano updated the task description for T13382: populate_documentation.sh: use the gitlab tarball instead to git archive.
Jul 9 2020, 12:44 PM · Localization, Documentation
ltoscano created T13382: populate_documentation.sh: use the gitlab tarball instead to git archive.
Jul 9 2020, 11:11 AM · Localization, Documentation

Jul 4 2020

nalvarez added a comment to T4803: Consolidate {branches/stable,trunk}/l10n-{kde4,kf5}/scripts into a git repository.

I have been updating the conversion every few days when I remember, but it's not automated. I just updated it again.

Jul 4 2020, 12:47 AM · Localization

Jul 3 2020

ltoscano added a comment to T4803: Consolidate {branches/stable,trunk}/l10n-{kde4,kf5}/scripts into a git repository.

So what's missing apart from rechecking the history and adapting makemessages to checkout the various branches in order?

Jul 3 2020, 9:35 PM · Localization
aacid added a comment to T4803: Consolidate {branches/stable,trunk}/l10n-{kde4,kf5}/scripts into a git repository.

I feel like it would be a good moment to pick up this again, @ltoscano what do you think?

Jul 3 2020, 9:11 PM · Localization

Jun 28 2020

ognarb added a comment to T11899: Translation for kde.org/applications.

@IlyaBizyaev: true it shouldn't happen, but I already spend a few hours trying to debug that. The problem is that the errors don't appear on my local setup, there is no error in the production log and activating the debug mode on production hide the error. I'm not sure how I should debug that :/

Jun 28 2020, 8:31 PM · Websites, Localization

Jun 27 2020

huftis added a comment to T11899: Translation for kde.org/applications.

I don’t think this is resolved. IIRC, the site used to use content negotiation to automatically show the content in the user’s preferred language (the ‘Accept-Language’ HTTP header sent by the browser). This doesn’t work anymore, and the user has to manually select a language from the language bar.

Jun 27 2020, 11:38 AM · Websites, Localization

Jun 26 2020

IlyaBizyaev added a comment to T11899: Translation for kde.org/applications.

Will do, but I think it's not really resolved if it crashes unless that file is translated...

Jun 26 2020, 8:41 PM · Websites, Localization
ognarb closed T11899: Translation for kde.org/applications as Resolved.

This is now resolved and a language bar was also added.

Jun 26 2020, 8:37 PM · Websites, Localization

Jun 22 2020

IlyaBizyaev added a comment to T11899: Translation for kde.org/applications.

Currently localization doesn't work at all for this subsection, failing with a server error.
https://kde.org/applications/ru/education/org.kde.gcompris

Jun 22 2020, 10:16 PM · Websites, Localization
ltoscano added a comment to T4474: Centralized booking system.

Maybe, or maybe not. A web interface with reservation will be needed anyway, and if a web translation system won't provide it, we will still need this.

Jun 22 2020, 8:33 PM · Localization
clel added a comment to T4474: Centralized booking system.

Related to https://phabricator.kde.org/T11070?

Jun 22 2020, 8:21 PM · Localization
ltoscano moved T12054: Add translation for websites/kde-org-announcements-releases from Backlog to In progress on the Localization board.
Jun 22 2020, 5:09 PM · Localization
ltoscano moved T11899: Translation for kde.org/applications from Backlog to In progress on the Localization board.
Jun 22 2020, 5:09 PM · Websites, Localization
ltoscano added a comment to T11899: Translation for kde.org/applications.

I think this is basically done at this point (thanks!)

Jun 22 2020, 5:09 PM · Websites, Localization
ltoscano moved T11723: Translation of jekyll or hugo based websites from Backlog to In progress on the Localization board.
Jun 22 2020, 5:08 PM · Websites, Localization

Jun 13 2020

aacid added a comment to T4803: Consolidate {branches/stable,trunk}/l10n-{kde4,kf5}/scripts into a git repository.

Given the current state of instability we have due to the gitlab migration + different structure fallout, let's give us a few weeks to try to stabilize things and come back to this?

Jun 13 2020, 9:43 AM · Localization

Jun 12 2020

aspotashev added a comment to T4803: Consolidate {branches/stable,trunk}/l10n-{kde4,kf5}/scripts into a git repository.

Ping?

Jun 12 2020, 8:02 PM · Localization

May 22 2020

ognarb closed T12058: Moving kde.org to git as Resolved.
May 22 2020, 10:40 AM · Localization, Sysadmin, Websites
bcooksley added a comment to T12058: Moving kde.org to git.

Looks like from the Sysadmin side this is all resolved now?

May 22 2020, 8:54 AM · Localization, Sysadmin, Websites

May 21 2020

nalvarez added a comment to T12058: Moving kde.org to git.

Are the git conversion rules in kde-ruleset.git?

May 21 2020, 7:09 PM · Localization, Sysadmin, Websites
ognarb added a comment to T12058: Moving kde.org to git.

KDE.org moved to git :D I will work on updating the various release scripts later today :D

May 21 2020, 11:52 AM · Localization, Sysadmin, Websites

May 3 2020

aacid added a comment to T4803: Consolidate {branches/stable,trunk}/l10n-{kde4,kf5}/scripts into a git repository.

I just noticed l10n-support: https://websvn.kde.org/trunk/l10n-support/scripts/

May 3 2020, 1:26 PM · Localization

May 2 2020

nalvarez added a comment to T4803: Consolidate {branches/stable,trunk}/l10n-{kde4,kf5}/scripts into a git repository.

I just noticed l10n-support: https://websvn.kde.org/trunk/l10n-support/scripts/

May 2 2020, 10:56 PM · Localization
nalvarez added a comment to T4803: Consolidate {branches/stable,trunk}/l10n-{kde4,kf5}/scripts into a git repository.

Last version: https://invent.kde.org/nalvarez/l10n-scripts-conversion

May 2 2020, 10:49 PM · Localization

Apr 21 2020

ognarb added a comment to T12058: Moving kde.org to git.

I started uploading the slides in share.

Apr 21 2020, 3:43 PM · Localization, Sysadmin, Websites
duffus added a comment to T12058: Moving kde.org to git.

Seems reasonable to move slides there, also makes it easier for people to add them

Apr 21 2020, 11:05 AM · Localization, Sysadmin, Websites
bcooksley updated subscribers of T12058: Moving kde.org to git.

With regards to kdeslides/ I believe that https://share.kde.org/f/749964 would be an appropriate folder to upload it to.
We can arrange for a redirect to a public version of that without too much issue I think.

Apr 21 2020, 11:02 AM · Localization, Sysadmin, Websites

Apr 20 2020

ognarb added a comment to T12058: Moving kde.org to git.

This repo was created: https://invent.kde.org/carlschwan/kde-org

Apr 20 2020, 10:36 PM · Localization, Sysadmin, Websites

Apr 5 2020

pshinjo added a reviewer for D28602: [ko] Initial rules for Korean: ilic.
Apr 5 2020, 7:37 PM · Localization
pshinjo requested review of D28602: [ko] Initial rules for Korean.
Apr 5 2020, 7:35 PM · Localization

Apr 4 2020

aspotashev added a comment to D26076: Adapt to l10n scripts stored in branches of Git repository.

To clarify: I identified that we can't just migrate to Git and remove the scripty source code from SVN without changing makemessages. Migration can be done as follows:

Apr 4 2020, 12:53 PM · Localization

Mar 27 2020

aspotashev added a comment to D26076: Adapt to l10n scripts stored in branches of Git repository.

Just to be sure, this needs https://phabricator.kde.org/D25929 (or rather the repo resulting from it), right?

Mar 27 2020, 11:37 PM · Localization

Mar 17 2020

bcooksley added a comment to T12058: Moving kde.org to git.

I have checked and can confirm that Gitlab CE does support Git Partial Clones, subject to the support being enabled (it isn't by default).

Mar 17 2020, 9:46 AM · Localization, Sysadmin, Websites

Mar 15 2020

ognarb added a comment to T12058: Moving kde.org to git.

Recently a new git features was announced: partial-clone, this allow to clone only the binary files used by the current checkout.

Mar 15 2020, 6:25 PM · Localization, Sysadmin, Websites

Mar 14 2020

aacid added a comment to D26076: Adapt to l10n scripts stored in branches of Git repository.

Just to be sure, this needs https://phabricator.kde.org/D25929 (or rather the repo resulting from it), right?

Mar 14 2020, 11:04 AM · Localization

Feb 18 2020

aacid added a comment to D10009: Improvements for Gettext entries wordwrapping.

Sure, i agree producing similar formatting to those of other tools is good.

Feb 18 2020, 8:46 PM

Feb 16 2020

ltoscano added a comment to D10009: Improvements for Gettext entries wordwrapping.

It may be valid, but the "standard version" produced for example by msgfmt is the one where the spaces are at the end of the line, not at the beginning.
It is worth noting that KBabel first and Lokalize later, up to a certain version which I don't remember, did produce the "properly" formatted version.

Feb 16 2020, 11:51 PM
aacid added a comment to D10009: Improvements for Gettext entries wordwrapping.

When you say "incorrectly" you mean "not like i like it" or "not like gettext creates", right?

Feb 16 2020, 11:05 PM
bcooksley updated subscribers of T12058: Moving kde.org to git.

Git LFS is certainly an option for larger files as Gitlab provides us with support for that.

Feb 16 2020, 12:39 AM · Localization, Sysadmin, Websites

Feb 15 2020

azamathackimov updated the diff for D10009: Improvements for Gettext entries wordwrapping.

updated diff

Feb 15 2020, 10:45 AM
azamathackimov added a comment to D10009: Improvements for Gettext entries wordwrapping.

Can you share a .po file where this makes a difference?

And also can you provide a better description of what it does as a commit message? Because "Improvements for Gettext entries wordwrapping" is as generic as it gets.

Feb 15 2020, 10:14 AM
azamathackimov updated the diff for D10009: Improvements for Gettext entries wordwrapping.

updated diff

Feb 15 2020, 9:29 AM

Feb 13 2020

aacid added a comment to D10009: Improvements for Gettext entries wordwrapping.

Can you share a .po file where this makes a difference?

Feb 13 2020, 11:41 PM
ognarb added a comment to T12058: Moving kde.org to git.

We could try to remove all the images from the git history and add then again optimized in one commit at the end. It will be less radical than removing the complete history. Another solution would be to play with Git lfs (https://git-lfs.github.com) and have the images/videos/pdfs stored in another server.

Feb 13 2020, 12:55 PM · Localization, Sysadmin, Websites
bcooksley added a comment to T12058: Moving kde.org to git.

Given the folder on disk is 1.3GB, and in the past people were known to perform image size optimisation passes of Subversion, it ending up at 3GB in size isn't a huge surprise.
I'm not sure what options we have for eliminating those image size optimisations from the history.

Feb 13 2020, 7:47 AM · Localization, Sysadmin, Websites

Feb 12 2020

ognarb added a comment to T12058: Moving kde.org to git.

The current problem, I'm facing is that the repository is still 3GB big :( and all my attempts to reduce it only improve the size from a few megabytes.

Feb 12 2020, 10:54 AM · Localization, Sysadmin, Websites
bcooksley added a comment to T12058: Moving kde.org to git.

Process wise, what is the status of this migration?

Feb 12 2020, 9:21 AM · Localization, Sysadmin, Websites