How to add all the files in a folder to source control via cleartool command?

后端 未结 3 674
死守一世寂寞
死守一世寂寞 2021-01-23 05:13

I am having a folder where lot of files and subfolders , adding it to source control via UI is consuming much time.

How to add all the files (including files inside subf

3条回答
  •  难免孤独
    2021-01-23 06:07

    Please user clearfsimport or if you are working with eclipse or Intellij then there are plugins from sourceforge (eclipse) which has a options to share entire project at once to CLearcase , Below are the plugin details. https://sourceforge.net/projects/eclipse-ccase/ Note : Clearcase has a limitation that if there is a text file with more than 8000 characters in single line , There is error at run time using clearfimport utility, This can be solved by writing your own bash script to do recursive checkin by handling the exception case . Hope it helps .

提交回复
热议问题