How to ignore only changes of execution bits?

Asked by André Bachmann

Is there a way how to tell Bazaar that it should only ignore changes on the execution bit of files?

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
André Bachmann
Solved:
Last query:
Last reply:
Revision history for this message
Martin Pool (mbp) said :
#1

Sorry, not at present. I think there is a bug asking for it. It
would obviously be useful on linux fat file systems etc.

Revision history for this message
André Bachmann (andrebachmann-dd) said :
#2

Well thanks for your answer. Indeed, this is my problem: I'm working with both Windows and Linux, and it is quite a pain in the ass if these pesky execution bits are set once I open my project under Linux. Even reverting the working tree obviously isn't useful.

But for the time being, I mount my Windows filesystem with file_mode 0644, this solves most of the problems. Alas, this also disables correctly set execution bits (like from Linux shell scripts), so this isn't really a good solution...