p4 resubmit
Synopsis
Resolve and resubmit some or all unsubmitted changes.
You may not issue this command directly to an edge server; you can issue it directly to a commit server.
Syntax
p4 [g-opts
] resubmit
-l
p4 [g-opts
] [-R] resubmit
-m
p4 [g-opts
] [-R] resubmit
-e
p4 [g-opts
] [-R] resubmit -i [[-r
remote
] filespec
...]
Description
The p4 resubmit
command resubmits changes that have been
unsubmitted. It is typically used in one of two scenarios:
- to resolve conflicting changes which were detected and unsubmitted by
running
p4 fetch
-u. - to revise a set of changelists that you have submitted locally — but have not pushed to any other server — and have unsubmitted.
Options
|
Runs |
|
Runs |
|
Lists all the unsubmitted changes but takes no action. This is useful as a way to preview the work that must be resubmitted. |
|
Runs in automatic mode. The first thing
$ p4 unshelve -s
If, for any change in the list, the |
|
When
$ p4 resubmit -r rmt @>=17
This example affects only the files specific by the remote spec, not all files in the depot. |
|
Resume the resubmit process once conflicts have been resolved. With this flag, resubmit begins by submitting the fully-resolved change and then proceeds to the next unsubmitted change. |
|
When a filespec is provided with the |
Usage Notes
Can File Arguments Use Revision Specifier? | Can File Arguments Use Revision Range? | Minimal Access Level Required |
---|---|---|
N/A |
N/A |
|
Examples
|
Merges and resubmits your unsubmitted changes. |