[
https://issues.apache.org/jira/browse/SCM-867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17963423#comment-17963423
]
ASF GitHub Bot commented on SCM-867:
------------------------------------
jira-importer opened a new issue, #1094:
URL: https://github.com/apache/maven-scm/issues/1094
**[Ilya
Basin](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=basinilya)**
opened
**[SCM-867](https://issues.apache.org/jira/browse/SCM-867?redirect=false)** and
commented
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
---
**Affects:** 1.9.5
**Issue Links:**
- [WAGON-498](https://issues.apache.org/jira/browse/WAGON-498) ScmWagon
should work in binary and shallow mode when possible
(_**"blocks"**_)
- [SCM-881](https://issues.apache.org/jira/browse/SCM-881) ScmWagon has no
way to work with SVN in binary mode
(_**"is cloned by"**_)
**Remote Links:**
- [GitHub Pull Request #65
](https://github.com/apache/maven-scm/pull/65)
- [GitHub Pull Request #65
](https://github.com/apache/maven-scm/pull/65)
> 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)