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

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

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

javascript - Chart.js - setting tooltip z-index -