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
            Reporter: John Didion


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

        

Reply via email to