Please, help me with hook script on server which set svn:mime-type to application/octet-stream on all new and existing files automatically on each commit from working copy to repository. (I need it to prevent subversion auto merge files on conflict.)
My platform is Windows.
So,finally we use autoprops(mime-type set to application/octet-stream) on all clients and it looks good.
When conflict occurs svn do not auto merge files and we can merge files manually. It is exactly what we want.
by the way, what are other impacts of setting this property?