Unable to find conflicted files

0
I have user with a project that tells me that his (Project Security) is conflicted. When I right-click and resolve the conflict, it tells me conflicted files not found. And obviously on file level in TortoisSVN its the project file thats conflicted. So it seems the user is in a deadlock and unable to resolve the conflict. Has anybody run into this issue before?
asked
2 answers
0

Yes, we have this a lot with java files unfortunately. To solve it you have to install svn. Then goto the conflicted files. You will see them with the red exclamation mark. Right click and use the SVN repo browser. There you can resolve the conflict. Then you can commit again from the modeller.

Regards,

Ronald

answered
0

The solution was a pretty brutal one; I exported all the changes in the conflicted model to document packages, and then checked out a clean model from mainline and imported the changed artefacts into the clean checkout. I then committed the second checkout with imported documents. Its a harsh but pragmatic workaround ;)

answered