Eclipse not allowing to modify files without checkout in ClearCase

两盒软妹~` 提交于 2019-12-07 03:57:27

Got the solution.

The problem was : "Connect to rational ClearCase" was selected. This was not allowing me to modify the file without checkout of the file.

When I deselect the "Connect to rational ClearCase", the view is no more connected to the ClearCase repository and is allowing me to make changes.

After making the changes when I select the "Connect to rational ClearCase" option, the decorator mark shows that file has been hijacked.

Thanks!

VonC

You can simply make all file writable within your snapshot view.
Then Eclipse won't bother you when you want to modify one.

Once you are ready to checkin, as explain in this answer, you will have first to checkout all the files you modified, and then check them in.
(I recommend not using Eclipse for this step, but rather a recursive checkout, and a recursive checkin)

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