SVN Client exception fetching content: E135000: Inconsistent line ending style
Platform Notice: Server only. This article only applies to Atlassian products on the Server platform.
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Platform Notice: Server only. This article only applies to Atlassian products on the Server platform.
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
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.