Re: [Kicad-developers] Why Bazaar is complaining about modify files?

2016-03-10 Thread Mário Luzeiro
that its true, it was related with +X / -X flags.
I commit to my branch already the differences :S
.. I will find someway to revert this changes I did on my branch... 

Thanks


From: Kicad-developers 
[kicad-developers-bounces+mrluzeiro=ua...@lists.launchpad.net] on behalf of 
Wayne Stambaugh [stambau...@gmail.com]
Sent: 10 March 2016 14:04
To: Brian Sidebotham
Cc: KiCad Developers
Subject: Re: [Kicad-developers] Why Bazaar is complaining about modify files?

Thanks for the tip.  Don't know why I didn't think of that.  I must be
getting slow in my old age.  I wonder if the execute bit will be
overwritten the next time an update is performed.  That would be rather
annoying.

On 3/10/2016 9:02 AM, Brian Sidebotham wrote:
> 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 <stambau...@gmail.com> 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@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~kicad-developers
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Why Bazaar is complaining about modify files?

2016-03-10 Thread Wayne Stambaugh
Thanks for the tip.  Don't know why I didn't think of that.  I must be
getting slow in my old age.  I wonder if the execute bit will be
overwritten the next time an update is performed.  That would be rather
annoying.

On 3/10/2016 9:02 AM, Brian Sidebotham wrote:
> 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  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@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~kicad-developers
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Why Bazaar is complaining about modify files?

2016-03-10 Thread Wayne Stambaugh
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@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] Why Bazaar is complaining about modify files?

2016-03-10 Thread Mário Luzeiro
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@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp