It depends on why the submit failed. The most common reason is that there
is a file conflict. Look at the section of the User's Guide on resolving
for insight on how to solve this.
When the submit originally failed, it gave you a message along the lines of
"Resolve your changes then resubmit with 'p4 submit -c 6405'" where 6405 is
the numbered changelist that was assigned to the submission. If you don't
have that original information, either check P4Win (on Windows) to see what
numbered changelist is outstanding or (from the command line) try 'p4
changes -s pending' and see which one is under your name and client.
Beyond that, I recommend reading the User's Guide..
Steve
At 12:43 PM 9/14/2001 -0700, Haibinh Nguyen wrote:
Hi all,
how do resubmit after a failed submitted?
I do: p4 submit foo.c
Then I do: p4 opened foo.c
perforce say: foo.c *locked* (or something like that)
how do i resubmitted it? without revert the file
Thanks.