Hi I want to use an external task which will run a perl script.The perl script's work is to submit the content from workarea to stagging , on scheuled basis.I guess using iwsubmit.exe should work .But how should I use the perl script to run iwsubmit.exe?Please suggest if any other alternative is there.Thanks
Hi,perhaps you have a look on the CLT iwlistmod, this CLT returns al modified files in a specified workarea.You can write a script which calls iwlistmod, and iwsubmit in a second step.
I want to get all the modified files in a STORE to be submitted.
Write a script that traverses every workarea in every branch of the store to find all the modified files and submit them.Note - if you have multiple workareas on a given branch - it is possible to run into conflicts due to having the same file modified in multiple workareas. You can either always submit with overwrite mode enabled - or you can try to determine where the conflicts will be, within your script, and log (and skip) those files for post-processing.
How can I generate the vpaths to all the work areas in the Default store?
Write a script that traverses every workarea in every branch of the store to find all the modified files and submit them.
It wouldn't surprise me if code for doing this kind of thing had been posted before
It shouldn't. You've posted it: [thread=14355]Walk Branches[/thread]