kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #23742
Re: Why Bazaar is complaining about modify files?
-
To:
Wayne Stambaugh <stambaughw@xxxxxxxxx>, Brian Sidebotham <brian.sidebotham@xxxxxxxxx>
-
From:
Mário Luzeiro <mrluzeiro@xxxxx>
-
Date:
Thu, 10 Mar 2016 14:11:38 +0000
-
Accept-language:
en-GB, en-US
-
Authentication-results:
gmail.com; dkim=none (message not signed) header.d=none;gmail.com; dmarc=none action=none header.from=ua.pt;
-
Cc:
KiCad Developers <kicad-developers@xxxxxxxxxxxxxxxxxxx>
-
In-reply-to:
<56E17EFA.9010906@gmail.com>
-
Spamdiagnosticmetadata:
NSPM
-
Spamdiagnosticoutput:
1:23
-
Thread-index:
AQHReq0JKS++9nsxlkuDkYI+97j+Vp9Spx+AgAAOfoCAAACeAIAAAVkE
-
Thread-topic:
[Kicad-developers] Why Bazaar is complaining about modify files?
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.pt@xxxxxxxxxxxxxxxxxxx] on behalf of Wayne Stambaugh [stambaughw@xxxxxxxxx]
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 <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
_______________________________________________
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
References