The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: jamespetts on December 29, 2008, 11:13:11 pm

Title: R2187, 2188 - SVN issue (newlines, line endings)
Post by: jamespetts on December 29, 2008, 11:13:11 pm
Trying to update from 2186 to 2187 or 2188 produces an SVN error in simhalt.cc: inconsistent line endings and inconsistent newlines. The update refuses to proceed.
Title: Re: R2187, 2188 - SVN issue (newlines, line endings)
Post by: isidoro on December 30, 2008, 05:59:57 pm
For me, it works nice.
Maybe a problem with the editor you're using?
Title: Re: R2187, 2188 - SVN issue (newlines, line endings)
Post by: prissi on December 30, 2008, 07:52:24 pm
Then you saved some files with a mix of windows and unix newlines. Open this file in Visual C++ should fix it.
Title: Re: R2187, 2188 - SVN issue (newlines, line endings)
Post by: jamespetts on December 30, 2008, 08:23:51 pm
Prissi,

excellent, thank you: that fixed it.