I'm trying to use subversion in Qt Creator 1.2.1. When I try to commit a file, I get this error :
*** 11:17 Executing: D:\Programmes\Svn_silk\bin\svn.exe commit --non-interactive --file C:/Users/LiberT/AppData/Local/Temp/qt_temp.Sl5308 D:\Projets\Huginn\_-_\svn3\client3\mainwindow.cpp svn: Can't open file 'C:\Users\LiberT\AppData\Local\Temp\qt_temp.Sl5308': The process cannot access the file because it is being used by another process. The process terminated with exit code 1. *** I'm using silk svn as command line client. Trying to commit the file by hand works fine : *** svn commit --non-interactive --force-log --file D:\Projets\Huginn\_-_\svn3\client3\mainwindow.cpp Sending client3\mainwindow.cpp Transmitting file data . Committed revision 90. *** Phil
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
