← Back to team overview

kicad-developers team mailing list archive

Re: Why Bazaar is complaining about modify files?

 

The listed changes are due to the executable bit being different to
that under version control. Set the executable bit of the files to the
same as they are under version control and the problem will go away.

Best Regards,

Brian.

On 10 March 2016 at 13:10, Wayne Stambaugh <stambaughw@xxxxxxxxx> wrote:
> I don't use the msys2 version of bazaar.  I believe it has something to
> do with line end issues.  I filed a bug report ages ago with the msys2
> project but I'm guessing their motivation to fix it is low since bazaar
> appears to be no longer under development.  I use the native version of
> bazaar in msys2 without any issues.  You just have to make sure that you
> have the path to bzr.exe somewhere in you PATH environment variable.
> You will also have to remove the msys2 version of bzr.
>
> On 3/10/2016 4:19 AM, Mário Luzeiro wrote:
>> Hello all,
>>
>> I am on MSYS2 and get my branch to work.
>> For some reason, bazaar or my system is complaining about some files that were modified.
>> I already force it to revert the changes, but after I do some comment like "bzr status" they appear again as modify files:
>>
>> Modified (12)
>>   bitmaps_png/icons/mk_icn.sh
>>   demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/dpack_5.wings
>>   demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/push_butt_4pads.wings
>>   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
>>
>> On Bazaar explorer there is a "x-bit" on the "status" of that files that I dont know what it means.
>>
>> The modified files happen after I use bzr on MSYS2. On Bazaar (external running on windows host) they are not changed if I use the program.
>>
>> $ bzr status
>> modified:
>>   bitmaps_png/icons/mk_icn.sh*
>>   demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/dpack_5.wings*
>>   demos/kit-dev-coldfire-xilinx_5213/prj.3dshapes/push_butt_4pads.wings*
>>   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*
>>
>>
>> Any idea?!
>>
>> Thanks!
>> Mario Luzeiro
>> _______________________________________________
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
>>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp


Follow ups

References