Results 1 to 4 of 4

Thread: svn commit error on XP using Qt creator

  1. #1
    Join Date
    Mar 2009
    Posts
    14
    Thanks
    2
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default svn commit error on XP using Qt creator

    I can not commit svn on XP using Qt creator
    But it can work very well on Mac

    Executing: C:\Program Files\VisualSVN Server\bin\svn.exe status D:\paint\script.h
    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
    svn: Error resolving case of ' D:\paint\script.h'
    The process terminated with exit code 1

    If I try to use other function. It can work very well.
    If I use command mode. It can work very well.
    So I can not use commit function on Qt creator.

    Tell me what happen. THX
    Last edited by yycking; 10th April 2009 at 10:17.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: svn commit error on XP

    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.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Mar 2009
    Posts
    14
    Thanks
    2
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: svn commit error on XP

    Quote Originally Posted by wysota View Post
    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

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: svn commit error on XP

    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.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. [delegate] wrong commit for boolean
    By lauranger in forum Qt Programming
    Replies: 3
    Last Post: 26th October 2006, 08:14
  2. Auto commit in QLineEdit in QTableWidget
    By Corran in forum Qt Programming
    Replies: 3
    Last Post: 9th January 2006, 17:50

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.