[ https://issues.apache.org/jira/browse/SCM-867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17964088#comment-17964088 ]
ASF GitHub Bot commented on SCM-867: ------------------------------------ jira-importer commented on PR #65: URL: https://github.com/apache/maven-scm/pull/65#issuecomment-2964680243 Resolve #1094 > ScmWagon has no way to work with CVS and SVN in binary mode > ----------------------------------------------------------- > > Key: SCM-867 > URL: https://issues.apache.org/jira/browse/SCM-867 > Project: Maven SCM (Moved to GitHub Issues) > Issue Type: Bug > Components: maven-scm-provider-cvs > Affects Versions: 1.9.5 > Reporter: Ilya Basin > Assignee: Olivier Lamy > Priority: Major > Fix For: 1.10.0 > > > By default, CVSNT will corrupt jars during `mvn deploy`. Vanilla CVS less > likely, but still possible due to Keyword substitution. ScmWagon needs to > perform checkout and add commands with the '-kb' flag (binary). > UPD: In some configurations svn will automatically add the svn:eol-style > property to newly added text files. ScmWagon needs to perform the add command > without adding automatic properties. > UPD2: Msysgit will checkout wagon-scm test-resource with CRLF by default, > breaking the test. Need to clone with core.autocrlf=false -- This message was sent by Atlassian Jira (v8.20.10#820010)