SVN+SSH can't commit

Hello

I use VS for UML 10.0 for Mac OS X. I configured .subversion/config with this line:
ssh = $SVN_SSH /usr/bin/ssh -i pathToKeyFile -p 2222

When I enter all my credentials in the teamwork client. Everything works. I can checkout the project and update without any problems. But when I try to commit, it keeps saying “updating project…” and this doesn’t stop until I cancel it myself. The other people working on this project can’t commit either when I tried to commit ones. Even after a few days their system says that I’m still committing and then they just force their commit.

Is this a common problem?

Greetings

Dear user,

Thank you for your post. Could you upload your log file here? You can export the log file from VP-UML through its About window. Select Help > About VP-UML to open the About window. At the bottom, click on Export Log File…

Look forward to hearing from you.

Best regards,
Jick Yeung

My log file is in the attachment. I hope u can find a solution.
vpuml_10.0.zip

Dear user,

It looks like your SVN server does not support lock. Could you add the following file and try again?
${userhome}/visualparadigm/VPTeamworkSvnNoLock.option

Best regards,
Jick Yeung

That works, thank you for the solution.