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

SVN Linefeed and propset issues

(1/1)

stahta01:
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

--- End code ---


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

--- End code ---

Tim S.

ollydbg:
In trunk now, thanks!

Navigation

[0] Message Index

Go to full version