I'm trying to migrate our Visual Objects solution from VSS to SVN SCC. I successfully built SVN repository and then loaded it into Visual Objects IDE. Initially, it all looked like working - I can check out, edit and check in changes. But it appeared it works only if I do all changes and commit in a single IDE session.
If I check out a module (file), do some changes, then exit IDE (without checking in), then start the Visual Objects IDE again and try to edit the same file I IDE asks me to checkout the file again and then tells me "file is locked by another user". Both, IDE Source Control Properties and Tortoise SVN repository browser show that file is locked by me and I should not have problems editing this file. Since this point, I cannot touch this file via IDE. The only resolution is to use "break lock" from Tortoise SVN repository browser. Any idea what could be causing this? |