Hello, Just FYI:
This issue is fixed in SVNKit at trunk and 1.3.x branch. The bugfix will be included into 1.3.5 release. Semen Vadishev, TMate Software, http://svnkit.com/ - Java [Sub]Versioning Library! http://sqljet.com/ - Java SQLite Library! On 01.09.10 19:35, Semen Vadishev wrote: > Hello, > > The following behavior seems to be unexpected. > > 1. Set 'native' EOL style on file: > > $ svn ps svn:eol-style native file > property 'svn:eol-style' set on 'file' > > 2. Mark this file as binary: > > $ svn ps svn:mime-type application/octet-stream file > property 'svn:mime-type' set on 'file' > > I believe the behavior is unexpected since svn refuses to do the same > steps in reverse order. > > $ svn ps svn:mime-type application/octet-stream file > property 'svn:mime-type' set on 'file' > > $ svn ps svn:eol-style native file > svn: File 'file' has binary mime type property > > The described above is reproducible with subversion build from 1.6.x > branch sources: > > $ svn --version > svn, version 1.6.13 (dev build) >