SVN Client exception fetching content: E135000: Inconsistent line ending style
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. 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
:
1
2
3
4
5
6
7
8
9
10
11
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.
Was this helpful?