Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: stahta01 on October 28, 2014, 01:18:09 pm

Title: SVN Linefeed and propset issues
Post by: stahta01 on October 28, 2014, 01:18:09 pm
FYI:

I have decided to start a thread on the possible linefeed issues I find in my Git Repo that likely exist in the SVN Repo.

There is no SVN property set on file src/plugins/contrib/SpellChecker/hunspell/src/parsers/xmlparser.cxx.
I think at least svn:eol-style needs done.

Code
svn propset svn:eol-style native src/plugins/contrib/SpellChecker/hunspell/src/parsers/xmlparser.cxx

Code
Index: src/plugins/contrib/SpellChecker/hunspell/src/parsers/xmlparser.cxx
===================================================================
--- src/plugins/contrib/SpellChecker/hunspell/src/parsers/xmlparser.cxx (revision 10016)
+++ src/plugins/contrib/SpellChecker/hunspell/src/parsers/xmlparser.cxx (working copy)

Property changes on: src/plugins/contrib/SpellChecker/hunspell/src/parsers/xmlparser.cxx
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property

Tim S.
Title: Re: SVN Linefeed and propset issues
Post by: ollydbg on October 30, 2014, 08:22:43 am
In trunk now, thanks!