Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

CodeBlocks revision: '13605', breaks when opening a file (LINUX)

<< < (3/3)

ollydbg:
I have a question about the svn commit in rev 13606.

Code::Blocks / SVN Repo / Diff of /trunk/src/plugins/contrib/BrowseTracker/btswitcherdlg.h

It looks like this file btswitcherdlg.h does not change anything?

stahta01:

--- Quote from: ollydbg on February 01, 2025, 02:37:14 pm ---I have a question about the svn commit in rev 13606.

Code::Blocks / SVN Repo / Diff of /trunk/src/plugins/contrib/BrowseTracker/btswitcherdlg.h

It looks like this file btswitcherdlg.h does not change anything?

--- End quote ---

It looks just like that if the end of line is changed; I have no idea how to tell if that is the cause.

Tim S.

ollydbg:

--- Quote from: stahta01 on February 01, 2025, 08:38:14 pm ---
--- Quote from: ollydbg on February 01, 2025, 02:37:14 pm ---I have a question about the svn commit in rev 13606.

Code::Blocks / SVN Repo / Diff of /trunk/src/plugins/contrib/BrowseTracker/btswitcherdlg.h

It looks like this file btswitcherdlg.h does not change anything?

--- End quote ---

It looks just like that if the end of line is changed; I have no idea how to tell if that is the cause.

Tim S.

--- End quote ---

Hi, Tim, thanks, yes, you are right, the EOL has changed.

I just download the old file:

Code::Blocks / SVN Repo / [r13605] /trunk/src/plugins/contrib/BrowseTracker/btswitcherdlg.h

and the new file:

Code::Blocks / SVN Repo / [r13606] /trunk/src/plugins/contrib/BrowseTracker/btswitcherdlg.h

And I see the new file use the LF, while the old file use CRLF.

sodev:
Maybe it is a good idea to check if all your source files have the property svn:eol-style=native set to prevent such things ;)

Navigation

[0] Message Index

[*] Previous page

Go to full version