News:

Simutrans Tools
Know our tools that can help you to create add-ons, install and customize Simutrans.

sorceforge shows dat files as binary

Started by Vladki, February 01, 2018, 09:01:31 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Vladki

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?

prissi

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.