|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-15337) Conflict with Perforce ... [email protected] (JIRA)
- [JIRA] (JENKINS-15337) Conflict with Perf... [email protected] (JIRA)
- [JIRA] (JENKINS-15337) Conflict with Perf... [email protected] (JIRA)
- [JIRA] (JENKINS-15337) Conflict with Perf... [email protected] (JIRA)

To clarify, you aren't properly escaping the path before passing it onto the perforce command line. The mapping is here:
http://www.perforce.com/perforce/r12.1/manuals/cmdref/o.fspecs.html
In your case, you will need to make your script replace @ in the path with %40. It will work properly then (or you can just reference the file using the relative path, rather than the absolute one).