next up previous contents index
Next: P4Revert Up: Perforce Tasks Previous: P4Counter   Contents   Index

P4Reopen

Description:

Move (or reopen in Perforce speak) checkout files between changelists.

Parameters

Attribute Description Required
tochange The changelist to move files to. Yes

Examples

Move all open files to the default changelist

<p4reopen view="//..." tochange="default"/>
Create a new changelist then reopen into it, any files from the view //projects/foo/main/...
<p4change description="Move files out of the way"/>
<p4reopen view="//projects/foo/main/..." tochange="${p4.change}"/>



Andrew Marlow 2003-07-08