1

I am trying to checkout a file in Eclipse with Clearcase, not able to do it. I am inside the view, .project and .classpath is available within the project.

When we click on the checkout icon in the eclipse, it was saying "checking out the elements" but it is not happening.

halfer
  • 19,824
  • 17
  • 99
  • 186
user1234567
  • 49
  • 2
  • 6

1 Answers1

0

Check the Eclipse logs: depending on the version of Eclipse (workspace/.metadata/.log or eclipse/configuration/*.log), the exact version of the Eclipse ClearCase plugin and the OS you are using, you might find some clues in said log.

Also, check if the same checkout works in command line:

cd C:\path\to\my\project
cleartool ls
cleartool co -nc myFile
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • Hi, I am using eclipse 4.3 version and Clearcase SCM Adapter – user1234567 Oct 20 '16 at 07:10
  • I am using eclipse 4.3 version and Clearcase SCM Adapter, OS: Unix, through command line checkout is happening. i got the log in the below path: eclipse-4.3/eclipse/configuration/1476943964905.log but not explaining about "checkout". any other log which explains about check out log? – user1234567 Oct 20 '16 at 07:13
  • @user1234567 yes: the logs from ClearCase itself (like `cleartool getlog -host view`: http://stackoverflow.com/a/34537160/6309) – VonC Oct 20 '16 at 07:22
  • @user1234567 And check the result of a `cleartool ls`: it should display the associated status for that file. – VonC Oct 20 '16 at 07:22
  • @user1234567 Also, what version of ClearCase are you using? – VonC Oct 20 '16 at 07:22