[
https://issues.apache.org/jira/browse/SCM-247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17964441#comment-17964441
]
Olivier Lamy commented on SCM-247:
----------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[apache/maven-scm#1003|https://github.com/apache/maven-scm/issues/1003].
> SvnChangeSet.containsFileName has false negatives for Windows file names
> ------------------------------------------------------------------------
>
> Key: SCM-247
> URL: https://issues.apache.org/jira/browse/SCM-247
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Bug
> Components: maven-scm-provider-svn
> Reporter: John Didion
> Assignee: Emmanuel Venisse
> Priority: Major
> Fix For: 1.0-rc1
>
>
> Simple fix: just make the first line of the method:
> filename = StringUtils.replace( filename, "\\", "/" );
--
This message was sent by Atlassian Jira
(v8.20.10#820010)