Patrick McKeown created JENKINS-13147:
-----------------------------------------

             Summary: Perforce Plugin's Poll Exclude File(s) is case sensitive 
causing checkins with different cases in their path not to get excluded
                 Key: JENKINS-13147
                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13147
             Project: Jenkins
          Issue Type: Improvement
          Components: perforce
    Affects Versions: current
            Reporter: Patrick McKeown
            Priority: Minor


Say I am excluding //depot/Branch/*

If someone checks in a file
//depot/Branch/test.txt
it will properly be exluded

but if they check in a file as 
//depot/branch/test.txt
the case difference will cause it to not be excluded.

The problem stems from the fact that you can add files to perforce with 
different cases because it is case insensitive.  

I would like the exclude list to be case insensitive as well, or at least add 
an option for it to be.  

Thanks for the awesome plugin!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to