Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 3.2.1
-
b669ba9dce85983cea73ad38a4e421bd758b4fff
Description
While trying commit my project I get next text in version control console:
Executing in /home/ildar/Qt/MyProject: /usr/bin/svn commit ildar --password ******** commit --non-interactive --file /tmp/QtCreator.x13465 /home/ildar/Qt/MyProject/MyFile.h
It's wrong command, right command is:
Executing in /home/ildar/Qt/MyProject: /usr/bin/svn commit --username ildar --password ******** commit --non-interactive --file /tmp/QtCreator.x13465 /home/ildar/Qt/MyProject/MyFile.h