Should I ignore .copyarea.db file when commiting a new file to RTC source control?

十年热恋 提交于 2020-01-03 03:31:11

问题


I'm transferring a clearcase source controlled project into RTC source control.

I think I should not commit the below file

.copyarea.db

Since this is a clearcase specific file ?


回答1:


Yes, you can ignore it: It is for CCRC (ClearCase Remote Client) Web views only, and would be useless in a Jazz view.

More precisely, from the IBM technote "About the .copyarea.dat and .copyarea.db files":

Each CCRC or CCWeb view root directory (the directory tree where the files from the VOB are downloaded into the local view workspace) contains a .copyarea.dat and a .copyarea.db file.

  • .COPYAREA.DAT:
    The .copyarea.dat file is used to detect if changes have been made to the loaded files to determine if they are in a hijacked state.
    The .copyarea.dat file stores information like:

    • When a view was created
    • What http server the view was originally connecting to
    • The view's Operating System platform
    • CCRC remote view tag
  • .COPYAREA.DB:
    The .copyarea.db file is created in each directory of a CCRC or CCWeb view which contains a list of files that are loaded in the view as well as metadata about the files.
    If this file is missing or corrupt, you will notice that all or some of the loaded files will appear to be hijacked.

Again, you don't need those information with an RTC jazz view.



来源:https://stackoverflow.com/questions/12785256/should-i-ignore-copyarea-db-file-when-commiting-a-new-file-to-rtc-source-contro

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!