-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rsync wrong folder on windows #4837
Comments
Could one of these code-locations be responsible for the error?:
|
There seem to be several tickets (#5570, #6024, #6297, #4514) related to this issue. I'm having trouble creating a Vagrant machine on a network share in Windows (due mainly, I believe, to a failure to escape/covert path separators). As a start, should the bash fallback in cygwin_path() be applied to cygwin_windows_path()? In my case, I'm using Git Shell (PowerShell), not cygwin, on a Windows host so cygwin_windows_path() just returns the original path. bash is available, though. |
I can't reproduce this anymore and I"ve been triaging a lot of rsync issues so this is likely fixed from a prior PR. |
Hello,
EDIT:
After some time with this bug, playing around, it seems to me like a very strage bug.
Without running vagrant with debug it seems, that vagrant rsync is hanging... but it isn't...
(maybe same problem like #4819) , its syncing the wrong folder... its always using a parent folder (maybe base folder? ... i checked out project on
and while vagran, which shows me gets the correct path!!! in rsync call, the directory
is synced to the vm. Same on
ended up in syncing
I tested this with msys (git), mingw64, cygwin64 and cwrsync...
I've currently the issue, if the path given the rsync as source directory has an whitespace in it the path will be synced wrong:
The text was updated successfully, but these errors were encountered: