setting svn:eol-style=LF and svn:mime-type=application/xml
From: Dmitry Pavlenko <pavlenko_at_tmatesoft.com>
Date: Thu, 3 May 2012 17:35:47 +0200
SVN properties setting depends on the order.
I.e. if I set svn:eol-style before svn:mime-type, everything is ok. Otherwise there can be a
svn:eol-style before svn:mime-type:
$ svn propset svn:eol-style LF file1.xml
$ svn propset svn:mime-type application/xml file1.xml
vice versa:
$ svn propset svn:mime-type application/xml file2.xml
$ svn propset svn:eol-style LF file2.xml
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.