Category Archive For "Subversion / SVN"
svn: Inconsistent line ending style when trying to commit a binary file
If you get this error message “svn: Inconsistent line ending style” when trying to commit a binary file into your SVN repository then Subversion probably thinks that your file is a text file. First verify your file with: svn proplist <your-file> If the result contains svn:eol-style but you know that your file is a binary …
Recent Comments