[ https://issues.apache.org/jira/browse/SCM-867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17965049#comment-17965049 ]
Olivier Lamy commented on SCM-867: ---------------------------------- This project has moved from Jira to GitHub Issues. This issue was migrated to [apache/maven-scm#1094|https://github.com/apache/maven-scm/issues/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)