I am creating some build scripts that interact with Perforce and I would like to mark for delete a few files. What exactly is the P4 syntax using the command line?
|
|
|||||
|
|
|
(output of p4 help delete) delete -- Open an existing file to delete it from the depot p4 delete [ -c changelist# ] [ -n ] file ...
|
||
|
|
|
|
Teach a man to fish:
|
||||
|
|
|
http://www.perforce.com/perforce/doc.062/manuals/boilerplates/quickstart.html Deleting files To delete files from both the Perforce server and your workspace, issue the p4 delete command. For example:
The specified files are removed from your workspace and marked for deletion from the server. If you decide you don't want to delete the files after all, issue the p4 revert command. When you revert files opened for delete, Perforce restores them to your workspace. |
||
|
|
