News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Diff goes crazy!

Started by Alpha, November 20, 2011, 02:08:57 AM

Previous topic - Next topic

Alpha

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.)


svn propset svn:mime-type application/octet-stream src/src/resources/icons/asm.ico

oBFusCATed

(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!]

MortenMacFly

Quote from: oBFusCATed on November 20, 2011, 11:26:22 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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Alpha

Thanks :) (now I do not have to worry about Command Prompt trying - and failing - to display binary).