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

Deploying with Rsync does not work on Windows

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P4: Low
    • Qt Creator 4.15.0-beta1
    • Qt Creator 4.14.0
    • Remote Linux
    • None
    • Windows
    • ffb19f9acfedd1f66c6f1041e3f43ee028bba0f0 (qt-creator/qt-creator/4.15)

    Description

      QtCreator gives the following error if I try to deploy to linux device from windows using Rsync from cygwin or mingw:

      The source and destination cannot both be remote.

      The reason seems to be in local path, where rsync considers any directory with a colon to be remote. Fix would be to use cygwin or unix style representations: "/cygdrive/c/dir" or "/c/dir".

      There doesn't seem to exist a native rsync for windows, as rsync uses posix functions.

      Attachments

        1. patch.txt
          0.9 kB
        2. patch2.txt
          2 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kandeler Christian Kandeler
            arminr Armin Riiet
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes