The International Simutrans Forum

PakSets and Customization => General Resources and Tools => PakSet Maintainers and Artists Corner => Topic started by: Vladki on February 01, 2018, 09:01:31 PM

Title: sorceforge shows dat files as binary
Post by: Vladki on February 01, 2018, 09:01:31 PM
Hi everybody,

I was looking at the web interface to SVN @ sourceforge - looking at recent changes (diffs). I found out that .dat files are considered to be binary, and thus no diff is shown. On the other hand .tab and .conf files are shown. See e.g. https://sourceforge.net/p/simutrans/code/1926/

If I do "svn diff" at my computer I can see diffs for .dat files normally.

Is that something we could change? Or might it be just my user setting of the web interface?
Title: Re: sorceforge shows dat files as binary
Post by: prissi on February 16, 2018, 02:25:08 PM
When checking in a dat file set it to svn:eol-style native

svn add xyz.dat
svn ps svn:eol-style native xyz.dat

You can use wildcards with them too.