imported Eclipse project not linking to ClearCase

后端 未结 1 1414
名媛妹妹
名媛妹妹 2020-12-22 01:10

I imported a project from ClearCase into Eclipse and it\'s not associated with ClearCase; meaning no check in/check out. The only thing I get under \'Team\' is \'apply patch

相关标签:
1条回答
  • 2020-12-22 01:34

    If you want your Eclipse project to be associated with ClearCase,

    • not only your sources need to be in a ClearCase view
    • but your .project and .classpath (Eclipse project definition files) need also to be in the same ClearCase view, right beside the sources.

    In other word, you cannot create a project (which would by default be in your Eclipse workspace) referencing sources in a ClearCase view: since your workspace is not in any ClearCase vob, it won't work.

    But if you create a project with its root directory (where the .project and .classpath will be created) just above the source directory, within a ClearCase repository (Vob), then you will be able to "connect" it to ClearCase.

    0 讨论(0)
提交回复
热议问题