Author Topic: svn property: executable * in our document  (Read 3210 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
svn property: executable * in our document
« on: August 30, 2015, 02:30:48 pm »
After commit 10436, I see that the tex file don't have EOL, while adding the "native" to EOL, I notice the file has "executable:*" property, what does it means?
Thanks.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: svn property: executable * in our document
« Reply #1 on: August 30, 2015, 05:13:59 pm »
This was an awful mess with the SVN types. Looks like on the initial commit something went wrong (maybe TeX docs are interpreted as binary due to their content with special characters or alike...?!).

Nevermind - cleaned up now.
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