How can I use ClearCase to “add to source control …” recursively?

后端 未结 10 1590
暖寄归人
暖寄归人 2020-11-22 08:26

I unpacked a zip-file delivery into a clearcase view. Now I want to add the complete file tree to the repository. The GUI only provides an \"Add to source control ...\" for

10条回答
  •  不思量自难忘°
    2020-11-22 08:35

    Had a similar requirement to add a directory recursively to ClearCase. Since I did not have access to clearfsimport tool nor do I have ClearCase integrated with Windows Explorer, found an easy solution within ClearCase GUI.

    1) Add the root directory using "Add to Source Control" menu option. 2) Click on this directory and then use "ClearCase Search" to search for all Private Files in this directory. 3) Select all from the Search Results and "Add to Source Control"

    There you go ! The entire directory is recursively added from within ClearCase GUI

提交回复
热议问题