How to tx push only files with changed source strings? #181
Unanswered
rffontenelle
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a documentation project where I set a CI solution that 1) generates POT files from ReStructuredText files, 2) generate .tx/config based on the POT files, and 3) tx-push them to Transifex.
Now, simply running
tx push --source
is pushing all POT files, including those that simply changed the POT-Creation-Date header in the POT file. (POT-Creation-Date gets changed because of the POT regeneration.) This causes a latertx pull
to download also PO files with only POT-Creation-Date changes.How can I make sure to push only changed files (not only changes in POT-Creation-Date)?
Beta Was this translation helpful? Give feedback.
All reactions