Failed to send perforce changelog

I created a change list using p4v. Then I tried to present the change list through p4 as follows:

p4 submit -c 220406

The only thing that happens is that the command returns:

Change 220406 belongs to client p4.

If I enter "p4 describe 220406", I see that the list of changes has not yet been completed. Any ideas what I did wrong? Thank.

+3
source share
1 answer

You are not currently using a client named "p4". When you are done p4 describe 220406, it will show you something like this:

Change 220406 by jok4rnaut@p4 on 2014/02/13 12:00:00 *pending*

This shows that you used a client named "p4" when you checked it. Now run from the same command line p4 info. The box Client name:will show something else.

, "p4". , P4V ( "/ " ), "p4" p4 submit -c 220406.

+2

All Articles