Details
-
Bug
-
Resolution: Done
-
P4: Low
-
Qt Creator 4.14.0
-
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.