[JIRA] (JENKINS-13147) Perforce Plugin's Poll Exclude File(s) is case sensitive causing checkins with different cases in their path not to get excluded

2012-03-19 Thread pmacc...@yahoo.com (JIRA)
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




[JIRA] (JENKINS-13147) Perforce Plugin's Poll Exclude File(s) is case sensitive causing checkins with different cases in their path not to get excluded

2012-03-19 Thread rob.pe...@gmail.com (JIRA)

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

Rob Petti reassigned JENKINS-13147:
---

Assignee: Rob Petti

 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




[JIRA] (JENKINS-13147) Perforce Plugin's Poll Exclude File(s) is case sensitive causing checkins with different cases in their path not to get excluded

2012-03-19 Thread rob.pe...@gmail.com (JIRA)

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

Rob Petti commented on JENKINS-13147:
-

I made it case sensitive because every perforce server I have come across (we 
have 5 at my company) has been case sensitive. I'll add an option for it, 
though.

 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




[JIRA] (JENKINS-13147) Perforce Plugin's Poll Exclude File(s) is case sensitive causing checkins with different cases in their path not to get excluded

2012-03-19 Thread scm_issue_l...@java.net (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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




[JIRA] (JENKINS-13147) Perforce Plugin's Poll Exclude File(s) is case sensitive causing checkins with different cases in their path not to get excluded

2012-03-19 Thread scm_issue_l...@java.net (JIRA)

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

SCM/JIRA link daemon resolved JENKINS-13147.


Resolution: Fixed

 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




[JIRA] (JENKINS-13147) Perforce Plugin's Poll Exclude File(s) is case sensitive causing checkins with different cases in their path not to get excluded

2012-03-19 Thread dogf...@java.net (JIRA)

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

dogfood commented on JENKINS-13147:
---

Integrated in !http://ci.jenkins-ci.org/images/16x16/blue.png! 
[plugins_perforce #202|http://ci.jenkins-ci.org/job/plugins_perforce/202/]
 [FIXED JENKINS-13147] Added case sensitivity option for exclusion of files 
during polling (Revision d825526215b0a3f1ae9a172d6f3e33ff0b3dab8f)

 Result = SUCCESS
Rob Petti : 
Files : 
* src/main/resources/hudson/plugins/perforce/PerforceSCM/config.jelly
* src/main/java/hudson/plugins/perforce/PerforceSCM.java
* src/test/java/hudson/plugins/perforce/PerforceSCMTest.java


 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