|
ccollab admin batch |
Top Previous Next |
|
Usage: ccollab [global-options] admin batch <commands-file>
batch - Process multiple commands with one connection
Running multiple commands in batch form ensures that the 'last' review and defect variables stay consistent, even if there are multiple concurrent invocations of the client. It's also easier to encode non-ascii characters in XML.
Global Options specified in the XML override the current Global Options.
Example XML file:
<batch-commands> <global-options> <no-browser/> <non-interactive/> </global-options> <addchanges> <review>new</review> <file-spec>.</file-spec> </addchanges> <addfiles> <review>last</review> <file-path>checklist.txt</file-path> </addfiles> <browse> <review>last</review> </browse> </batch-commands>
Run 'ccollab help batch-xml' for the full XML Schema accepted by this command. |