You probably have a conflict in this file or svn can't find the file. This is strictly an svn issue unrelated to Creator or Qt.
You probably have a conflict in this file or svn can't find the file. This is strictly an svn issue unrelated to Creator or Qt.
sorry I lost the line
15:16 Executing: C:\Program Files\VisualSVN Server\bin\svn.exe commit --non-interactive --file C:/DOCUME~1/Desktop2/LOCALS~1/Temp/qt_temp.Ya3724 D:\Anvii-Paint\script.h
My question is
It can work when I use command line
svn commit D:\Anvii-Paint\script.h
But it can not work when I click tool->subversion->commit script.h
So I guess it maybe caused by --non-interactive --file C:/DOCUME~1/Desktop2/LOCALS~1/Temp/qt_temp.Ya3724
Did you try passing that switch on the command line?
After googling around I found you should use forward slashes instead of backslashes in your urls and you should make sure the file is a real file (i.e. not a link). The message says svn can't find the real file or its contents. I guess it could be also caused by a mandatory lock on the file - make sure the file is closed before you commit it.
Bookmarks