You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cdc_rsync.exe foo user@host:/path/to/ (where foo is a file)
This will report this error:
Error: Server returned error: remove() failed: Directory not empty.; Failed to remove folder '/path/to/test' before creating file '/mnt/developer/test'; Failed to copy files
Also, this error is not properly displayed in Visual Studio. VS just reports that sync failed with exit status 1.
The text was updated successfully, but these errors were encountered:
Repro:
/path/to/foo
cdc_rsync.exe foo user@host:/path/to/
(wherefoo
is a file)This will report this error:
Also, this error is not properly displayed in Visual Studio. VS just reports that sync failed with exit status 1.
The text was updated successfully, but these errors were encountered: