Recursive checkin using Clearcase

前端 未结 3 1420
太阳男子
太阳男子 2020-11-30 09:14

I want to check in a directory and all the sub-directories into the clear case. Is there a specific command to achieve it? Currently I am going into each directory and manua

3条回答
  •  醉梦人生
    2020-11-30 09:50

    did you used -recurse option in the clearfsimport command. Example: clearfsimport -recurse source_dir .

    This should help. If you're using the Windows client, right-click on the parent folder, select Search, leave the file name field empty, click Search, select all the files in the result window (ctrl-A), right-click on them and select ClearCase -> Add to Source Control

提交回复
热议问题