translate / pootle

Online translation tool
http://pootle.translatehouse.org
GNU General Public License v3.0
1.49k stars 287 forks source link

Improve Pootle FS sync to disk #5406

Closed unho closed 7 years ago

unho commented 8 years ago

Syncing to disk with Pootle FS introduces more changes than desired:

All of these don't happen when using sync_stores, but do happen with Pootle FS either using localfs or git plugin.

The expected result is that each sync introduces the minimum necessary diff, to reduce the noise.

phlax commented 7 years ago

pootle fs now uses the same code path as store.sync does and i believe these issues have been addressed