Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-13506

Vcs: SVN: Can't checkout project on OSX

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Creator 3.3.0-rc1
    • Mac OSX 10.8.5, QC 3.3 RC snapshot based on Qt5.4

      Steps to reproduce:

      • have a local svn repository at hand
      • start QC and go to 'New File or Project...' -> 'Import Project' -> 'Subversion Checkout'
      • enter the local repository URL and a destination directory

      Current result:

      • checkout seems to be successful, but a split of a second I'm getting an error
        Output on OSX:
        Executing in /tmp: /usr/bin/svn checkout file:///Users/stenger/tmp/svn123 svn123 --non-interactive file:///Users/stenger/tmp/svn123 svn123
        svn: E125002: 'svn123' does not appear to be a URL
        

      Note: This works fine using Linux. But it looks like the generated command differs for both platforms.
      Output on Linux:

      Executing in /tmp: /usr/bin/svn checkout --non-interactive file:///home/chris/tmp/myTestSVN myTestSVN
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            hunger Tobias Hunger
            cstenger Christian Stenger
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes