Integrate file(s).
P4Change should be used to obtain a new changelist for P4Integrate,
although P4Integrate can open files to the default change,
P4Submit cannot yet submit to it.
Example Usage:
<p4integrate change="${p4.change}"
fromfile="//depot/project/dev/foo.txt" tofile="//depot/project/main/foo.txt" />
indicates intention to suppress the copying on the local hard disk of new target files.
indicates intention to suppress the copyingon the local hard disk of new target files.
returns flag indicating if propagation of source file type is sought
flag set to true if you want to propagate source file type for existing target files
sets the from file specification
Parameters: fromf - the from file specification
setLeaveTargetRevision
public void setLeaveTargetRevision(boolean setrest)(Code)
sets the leavetargetrevision flag
Parameters: setrest - value chosen for leavetargetrevision
setNocopynewtargetfiles
public void setNocopynewtargetfiles(boolean nocopynewtargetfiles)(Code)
sets nocopynewtargetfiles flag
Parameters: nocopynewtargetfiles - set it to true to gain speed in integration by not copying onthe local Perforce client new target files
setPropagatesourcefiletype
public void setPropagatesourcefiletype(boolean propagatesourcefiletype)(Code)
sets flag indicating if one wants to propagate the source file type
Parameters: propagatesourcefiletype - set it to true if you want to change the type of existing target filesaccording to type of source file.
setRestoreDeletedRevisions
public void setRestoreDeletedRevisions(boolean setrest)(Code)
sets the restoredeletedrevisions flag
Parameters: setrest - value chosen for restoredeletedrevisions
setReversebranchmappings
public void setReversebranchmappings(boolean reversebranchmappings)(Code)
sets the reversebranchmappings flag
Parameters: reversebranchmappings - flag indicating if reverse branch mappings are sought
setSimulationMode
public void setSimulationMode(boolean setrest)(Code)
sets the simulationmode flag
Parameters: setrest - value chosen for simulationmode