Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Alpha on November 20, 2011, 02:08:57 am

Title: Diff goes crazy!
Post by: Alpha on November 20, 2011, 02:08:57 am
Would it be possible for someone with administrative rights to mark src/src/resources/icons/asm.ico as binary?  It seems this file was missed when the others were set.
I would not mind very much, except that every time I forget and run svn diff without redirecting it, cmd sends infinite messages to my motherboard to beep (very annoying), and can only be terminated by a force signal.  (I have a different asm.ico because I am using the icon set I previously posted.)

Code
svn propset svn:mime-type application/octet-stream src/src/resources/icons/asm.ico
Title: Re: Diff goes crazy!
Post by: oBFusCATed on November 20, 2011, 11:26:22 am
In svn, thank you.
Title: Re: Diff goes crazy!
Post by: MortenMacFly on November 20, 2011, 11:47:42 am
In svn, thank you.
Hehe, seems we did in in parallel. However, I found even way more inconsistencies. What a mess. :( But fixed once and for all now. Hopefully the merge into the branches covers them, too...
Title: Re: Diff goes crazy!
Post by: Alpha on November 20, 2011, 08:40:06 pm
Thanks :) (now I do not have to worry about Command Prompt trying - and failing - to display binary).