Setting the svn:mime-type property to just “text/plain” helps:
svn propset svn:mime-type text/plain build.xml
svn commit build.xml
Also, you can force Subversion to treat a file as text when blaming:
svn blame file/to/blame --force
Setting the svn:mime-type property to just “text/plain” helps:
svn propset svn:mime-type text/plain build.xml
svn commit build.xml
Also, you can force Subversion to treat a file as text when blaming:
svn blame file/to/blame --force