On Tue, Jul 09, 2019 at 11:58:35AM +0200, Thorsten Schöning wrote:
> Guten Tag Stefan Sperling,
> am Montag, 8. Juli 2019 um 20:36 schrieben Sie:
> 
> > As a workaround, you can disable use of libmagic in SVN's configuration.
> > In ~/.subversion/config, add these lines:
> 
> > [miscellany]
> > enable-magic-file = no
> 
> What would be the consequences of disabling? Do added files get some
> common fallback mime like octet-stream or none or forces "add" me to
> provide one?

The fallbacks are auto-props, and then octet-stream if the file
is considered binary or no svn:mime-type otherwise.

And you can always set a mime-type manually before committing a
newly added file.

Reply via email to