Steve Cogorno
1999-10-22 01:48:21 UTC
The behavior of P4 submit is quite perplexing. Why can't I include more
than one file spec on the command line? Often I want to do something like
this:
p4 submit //depot/{tree1,tree2}/foo/bar
The shell expands this into
p4 submit //depot/tree1/foo/bar //depot/tree2/foo/bar
Of course this is rejected because submit only takes a single argument.
Is there a reason why only one file is permitted on the command line? It
sure makes code submission more difficult that it needs to be.
Steve Cogorno
Sun Microsystems
than one file spec on the command line? Often I want to do something like
this:
p4 submit //depot/{tree1,tree2}/foo/bar
The shell expands this into
p4 submit //depot/tree1/foo/bar //depot/tree2/foo/bar
Of course this is rejected because submit only takes a single argument.
Is there a reason why only one file is permitted on the command line? It
sure makes code submission more difficult that it needs to be.
Steve Cogorno
Sun Microsystems