Ok. Is there another svn client which works ? I've tried with Tortoise but internal code in Qt creator adds -username -password that are not understood by tortoise binary (it is -u and -pw).
Anyway, now we use Tortoise into Windows explorer, but integration in IDE would be better. Solutions Innovantes pour une Mobilité Partagée Innovative Solutions for a Shared Mobility Bureaux : 11-13 rue du Colonel Pierre Avia, 75015 PARIS +33 1 55 92 59 08 Ce message est confidentiel. Sous réserve de tout accord conclu par écrit entre vous et Ville Fluide, son contenu ne représente en aucun cas un engagement de la part de Ville Fluide. Toute publication, utilisation ou diffusion, même partielle, doit être autorisée préalablement. Si vous n'êtes pas destinataire de ce message, merci d'en avertir immédiatement l'expéditeur. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Friedemann Kleint Sent: lundi 21 septembre 2009 16:06 To: [email protected] Subject: Re: [Qt-creator] issue with svn commit, unable to open temp file 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 _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
