jira-importer commented on issue #1106: URL: https://github.com/apache/maven-scm/issues/1106#issuecomment-2964646233
**[Ilya Basin](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=basinilya)** commented This line fails: // https://github.com/apache/maven-wagon/blob/be94400731575f54ff537ec90359460f42a561cc/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java#L1060 assertEquals( "compare checksums", "6b144b7285ffd6b0bc8300da162120b9", checksumObserver.getActualChecksum() ); Of course, to make it fail I had to edit %APPDATA%\Subversion\config : ```java [auto-props] test-resource = svn:eol-style=CRLF ``` You might find it impossible in real life, but a the following line is more likely to appear in a real config: "*.txt = svn:eol-style=native". -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
