Rational clear case CM API fail to checkout source code

后端 未结 1 1984
北恋
北恋 2021-01-23 22:03

I am trying to connect clear case server using Java code with help IBM ClearCase CM API.
Currently I have below setup:

  1. I have clear case client (CCRC) 7.1 is i
相关标签:
1条回答
  • 2021-01-23 22:37

    You could first try to resolve the "discordance" issue: See technote swg21223087.

    Checkout resource with discordance

    The server and client are in disagreement about the state of the element version in question. This is known as discordance.

    This state can occur after you undo checkout or undo hijack on a file or directory element.

    Discordance will also occur in the following scenario:

    1. CCRC client loads a file (foo.txt)
    2. Native ClearCase client renames file (foo.txt to FOO.TXT changing the case ONLY) in dynamic view
    3. CCRC client performs "update resources" operation
    4. CCRC will see FOO.TXT in a discordance state

    Solution (help page):

    1. Select the resources that you want to restore. You can select individual resources or an entire ClearCase view. (Restoring a resource that is not in an unknown state has no effect on the resource.)
    2. To open the Restore Resources dialog box, take either of the following actions:
      • Select Refresh > Repair Discordance from the ClearCase menu.
      • Select Refresh > Repair Discordance from the element context menu or Refresh > Repair > Discordance from the view context menu.
    3. Specify restore options in the dialog box and then click Apply.
    0 讨论(0)
提交回复
热议问题