Hi, > > Thanks for this prompt answer. We were on the official version on Nokia > site 1.2.1. I've downloaded 1.2.9, it the same problem. We'll use Tortoise > instead, but maybe you've a workaround ? What's the purpose of that temp > file ? It seems that it is not closed before the svn commit command is > lauched.
Technically speaking, it is a temporary file containing the commit message. It is referenced by a QTemporaryFile, which is closed, but still existing. Apparently, this still maintains some weak lock on the file, which causes SlikSvn to fail. We need to look into it, but at the moment, I don't have a workaround, I am afraid. Regards, Friedemann -- Friedemann Kleint Nokia, Qt Development Frameworks _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
