Clearcase error while merging code

2019-06-05 02:51发布

I am not able to merge the code in regression branch for a specific package

enter image description here

The error is:

merge: Error: *** No Automatic Decision Possible
merge: Error: *** Aborting...
merge: Error: Unable to remove "C:\TEMP\tmp22349": Permission denied.
Directory merges were necessary and -depth was specified
Unable to evaluate all possible merge candidates

How to avoid this error?

please find attached screen for error.

标签: clearcase
1条回答
不美不萌又怎样
2楼-- · 2019-06-05 03:19

Regarding "Unable to remove "C:\TEMP\tmp22349": Permission denied.", launch a process explorer and search (Ctrl+F) the process which keeps an handle on that resource: kill that or those processes.

Then delete the file. And try the merge -abort one more time.

查看更多
登录 后发表回答