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

    Post a Comment

    Popular posts from this blog

    python - Writing Greek in matplotlib labels, titles -

    c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

    Pygame memory leak with transform.flip -