How to remove a lock on a deleted file?
Hi,I am trying to modify the baseline of a stream, but one of the components refuses the modification: RTC says there is a locked file in the current baseline. It may be right, because when I search for locks in the source-control of the web-interface, I have a list of <unknown> (or rather <inconnu> in french), and the tooltip indicates that they are in the concerned stream - but I'm not able to unlock them.
- Is there a way to unlock these files?
- Is there a way to overrule the error I get when trying to change the baseline?
FYI, we're still using RTC 3.
Thanks in advance for any help!
Accepted answer
It is possible from the Eclipse client if you cannot release locks from the web UI.
Search > Jazz Source Control > Locks
You can search for your own locks or those owned by someone else. From the search results, you can remove locks. This works on files already deleted.
Search > Jazz Source Control > Locks
You can search for your own locks or those owned by someone else. From the search results, you can remove locks. This works on files already deleted.
2 other answers
Peter,
in general you should be able to unlock files. I found in the Web UI (in 4.0) no direct way to do it.
I searched for the locks and then I had do go to each file to unlock it. In general, if you seem to be unable to do it, try with the Eclipse client. You need to have the permission to be able to remove other people's locks.
I found https://jazz.net/forum/questions/45495/unlock-files which might be of interest.
in general you should be able to unlock files. I found in the Web UI (in 4.0) no direct way to do it.
I searched for the locks and then I had do go to each file to unlock it. In general, if you seem to be unable to do it, try with the Eclipse client. You need to have the permission to be able to remove other people's locks.
I found https://jazz.net/forum/questions/45495/unlock-files which might be of interest.
Comments
Just an update: The only solution I found was to create another stream. Not a nice one, so if anyone has another solution, please let us know.
Comments
1 vote