c# - Using p4 api to submit individual files of changelist -


using p4v gui, can expand changelist, right click file in changelist, , submit file individually. using p4 api, functionality seem have ability submit whole changelist (using changelist.submit). there way submit particular file in changelist using p4 api?

i realize there ways around this, such creating new changelist , using p4command "reopen" move file there , submitting changelist, feel there more succinct, quality way go this. thanks!

under covers, p4v doing precisely describe: "creating new changelist , using p4command "reopen" move file there , submitting changelist".

you can these steps using p4 command line or programmatic apis, overall process still same.


Comments

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -