Requests a new changelist from the Perforce server.
P4Change creates a new changelist in perforce. P4Change sets the property
${p4.change} with the new changelist number. This should then be passed into
p4edit and p4submit.
See Also:P4Edit See Also:P4Submit
Ensure that a string is backslashing slashes so that it does not
confuse them with Perl substitution delimiter in Oro. Backslashes are
always backslashes in a string unless they escape the delimiter.
Parameters: value - the string to backslash for slashes the backslashed string See Also:Oro
creates a new Perforce change list
sets the p4.change property to the number of the new change list
throws: BuildException - if the word error appears in the output coming from Perforce
returns the text of an empty change list
the text of an empty change list throws: BuildException - if the text error is displayedin the Perforce output outside of a comment line