What would be the best way to extract code from clearcase for a give label. Planning to do this in perl first then in GUI based model.
Whenever release is made, release label is applied on all files. Once tested, This script should copy/extract all the files from clearcase and upload it to another server.
Environment: Windows.
any insight would be of great help.
Create a snapshot/dynamic view with config spec, element * Label. Then use windows command to copy.
tar cf tarfile $(ct find -a -ver 'lbtype(Label)' -print) , need to find similar one for windows env. No Cygwin.