I've run into an issue with the msys2 version of bzr. It appears to be changing the execute bit on certain scripts in the kicad source repo. On a clean branch, bzr status gives me:
$ bzr status ~/src/kicad/product/ modified: Documentation/interactive_router/build.sh* bitmaps_png/icons/mk_icn.sh* helpers/tools_to_build_newstroke-font/fontconv.awk* new/make-html.sh* packaging/mac-osx/dmg-generator/AdiumApplescriptRunner* packaging/mac-osx/dmg-generator/make-diskimage.sh* packaging/mac-osx/dmg-generator/mkalias* pcbnew/scripting/examples/hidePcbValuesShowReferences.py* pcbnew/scripting/plugins/touch_slider_wizard.py* scripting/build_tools/extract_docstrings.py* scripting/build_tools/fix_swig_imports.py* scripts/osx_build_wx.sh* running bzr diff yields: $ bzr diff ~/src/kicad/product/ === modified file 'Documentation/interactive_router/build.sh' (properties changed: -x to +x) === modified file 'bitmaps_png/icons/mk_icn.sh' (properties changed: -x to +x) === modified file 'helpers/tools_to_build_newstroke-font/fontconv.awk' (properties changed: -x to +x) === modified file 'new/make-html.sh' (properties changed: +x to -x) === modified file 'packaging/mac-osx/dmg-generator/AdiumApplescriptRunner' (properties changed: +x to -x) === modified file 'packaging/mac-osx/dmg-generator/make-diskimage.sh' (properties changed: +x to -x) === modified file 'packaging/mac-osx/dmg-generator/mkalias' (properties changed: +x to -x) === modified file 'pcbnew/scripting/examples/hidePcbValuesShowReferences.py' (properties changed: -x to +x) === modified file 'pcbnew/scripting/plugins/touch_slider_wizard.py' (properties changed: -x to +x) === modified file 'scripting/build_tools/extract_docstrings.py' (properties changed: -x to +x) === modified file 'scripting/build_tools/fix_swig_imports.py' (properties changed: -x to +x) === modified file 'scripts/osx_build_wx.sh' (properties changed: -x to +x) When I run bzr revert and check the status branch with the native version of bzr, it appears that the changes are indeed reverted. However, when I run the msys2 version of bzr status, I get the message above and the native version of bzr status confirms that the execute bits have been modified. Should I file a bug report? Has anyone else seen this? Thanks, Wayne ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
