[ http://jira.codehaus.org/browse/SCM-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Emmanuel Venisse updated SCM-247: --------------------------------- Fix Version/s: 1.0 Component/s: maven-scm-provider-svn > SvnChangeSet.containsFileName has false negatives for Windows file names > ------------------------------------------------------------------------ > > Key: SCM-247 > URL: http://jira.codehaus.org/browse/SCM-247 > Project: Maven SCM > Issue Type: Bug > Components: maven-scm-provider-svn > Reporter: John Didion > Fix For: 1.0 > > > Simple fix: just make the first line of the method: > filename = StringUtils.replace( filename, "\\", "/" ); -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira