Author Topic: Diff goes crazy!  (Read 4736 times)

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Diff goes crazy!
« 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Diff goes crazy!
« Reply #1 on: November 20, 2011, 11:26:22 am »
In svn, thank you.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Diff goes crazy!
« Reply #2 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...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: Diff goes crazy!
« Reply #3 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).