[
https://issues.apache.org/jira/browse/SCM-867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16368635#comment-16368635
]
ASF GitHub Bot commented on SCM-867:
------------------------------------
GitHub user basinilya opened a pull request:
https://github.com/apache/maven-scm/pull/65
[SCM-867] fix ScmWagon has no way to work with CVS in binary mode
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/basinilya/maven-scm SCM-867
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-scm/pull/65.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #65
----
commit 95ae0212df44517d35e807e0d061dde467edeb2f
Author: Ilya Basin <basinilya@...>
Date: 2018-02-18T18:06:59Z
[SCM-867] fix ScmProvider.add() ignores explicit binary mode
commit 826f0cfc32f2d7e2a5abccfb7de4154c6da21633
Author: Ilya Basin <basinilya@...>
Date: 2018-02-18T18:25:35Z
[SCM-867] fix ScmProvider.checkOut() overload ignores explicit scmVer
commit 5d00a458e2ea676d8c9358ef4e930f2df02e6287
Author: Ilya Basin <basinilya@...>
Date: 2018-02-18T19:22:45Z
[SCM-867] cvs checkout in binary mode when requested
----
> ScmWagon has no way to work with CVS in binary mode
> ---------------------------------------------------
>
> Key: SCM-867
> URL: https://issues.apache.org/jira/browse/SCM-867
> Project: Maven SCM
> Issue Type: Bug
> Components: maven-scm-provider-cvs
> Affects Versions: 1.9.5, 1.9.6
> Reporter: Ilya Basin
> Priority: Major
>
> 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).
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)