[ 
https://issues.jenkins-ci.org/browse/JENKINS-13147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160455#comment-160455
 ] 

SCM/JIRA link daemon commented on JENKINS-13147:
------------------------------------------------

Code changed in jenkins
User: Rob Petti
Path:
 src/main/java/hudson/plugins/perforce/PerforceSCM.java
 src/main/resources/hudson/plugins/perforce/PerforceSCM/config.jelly
 src/test/java/hudson/plugins/perforce/PerforceSCMTest.java
http://jenkins-ci.org/commit/perforce-plugin/d825526215b0a3f1ae9a172d6f3e33ff0b3dab8f
Log:
  [FIXED JENKINS-13147] Added case sensitivity option for exclusion of files 
during polling





                
> 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
>            Assignee: Rob Petti
>            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