SVN Client exception fetching content: E135000: Inconsistent line ending style
Symptoms
Unable to view content for certain revision.
The following appears in atlassian-fisheye-<date>.log
:
2013-05-13 16:26:45,313 ERROR [btpool0-181 ] fisheye SvnCache-getBinaryRevision - Exception loading SVN content for path/to/file@314
com.cenqua.fisheye.rep.RepositoryClientException: org.tigris.subversion.javahl.ClientException: svn: E135000: Inconsistent line ending style
at com.cenqua.fisheye.svn.SvnThrottledClient.executeNoThrottle(SvnThrottledClient.java:114)
at com.cenqua.fisheye.svn.SvnThrottledClient.execute(SvnThrottledClient.java:93)
at com.cenqua.fisheye.svn.SvnThrottledClient.streamFileContent(SvnThrottledClient.java:250)
at com.cenqua.fisheye.svn.SvnCache.getBinaryRevision(SvnCache.java:397)
at com.cenqua.fisheye.svn.SvnCache.getTextRevision(SvnCache.java:358)
at com.cenqua.fisheye.cache.BaseRevisionCache.getUnicodeTextRevision(BaseRevisionCache.java:199)
at com.cenqua.fisheye.web.ViewFileAction.diffRevisions(ViewFileAction.java:1022)
at com.cenqua.fisheye.web.rdiff.PatchPrinter.sendFileDiff(PatchPrinter.java:174)
at com.cenqua.fisheye.web.rdiff.RDiffAction$1.visit(RDiffAction.java:163)
Cause
The property 'svn:eol' is set to be 'native'.
Resolution
Remove the property 'svn:eol' from the affected file.
Last modified on Mar 30, 2016
Powered by Confluence and Scroll Viewport.