java - Download files from clearcase dynamic view -


I have a requirement, here I need to explicitly download certain files programmatically from a dynamic view to a local machine It is possible that

You can define

  • load rules Compared to the same configured space
  • Load the rules that will only load a subset of the files you want. Thus, in a programmatic way, you can see only the "cleartool update" snapshot view and it will only update those files.

    If you only want to use dynamic view, you will need to write a script that looks like ( M: \ yourDynView \ YourVobs \ ... / Or / view / YourDynView / vobs / yourVob /...) will copy the files from the code>) to your drive.

  • Comments

    Popular posts from this blog

    Verilog Error: output or inout port "Q" must be connected to a structural net expression -

    jasper reports - How to center align barcode using jasperreports and barcode4j -

    c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -