vagrant/plugins/guests
Tim Aslat 630858b9a8 This patch fixes an issue when using rsync folders on windows clients with cygwin & ssh enabled.
Before the patch this error will happen if the original directory already exists

-------------------------------------------------------------------------------------------------
==> windows: Rsyncing folder: /vhosts/oxfamshop.com.au/ => /cygdrive/c/inetpub/wwwroot
==> windows:   - Exclude: [".vagrant/", ".git/", "target/", "node_modules/"]
==> windows: Showing rsync output...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

mkdir '/cygdrive/c/inetpub/wwwroot'

Stdout from the command:

Stderr from the command:

mkdir: cannot create directory ‘/cygdrive/c/inetpub/wwwroot’: File exists
-------------------------------------------------------------------------------------------------

After the patch, this is result

-------------------------------------------------------------------------------------------------
==> windows: Rsyncing folder: /vhosts/oxfamshop.com.au/ => /cygdrive/c/inetpub/wwwroot
==> windows:   - Exclude: [".vagrant/", ".git/", "target/", "node_modules/"]
==> windows: Showing rsync output...
==> windows: rsync[stdout] -> sending incremental file list
==> windows: rsync[stdout] ->
==> windows: rsync[stdout] -> sent 500855 bytes  received 6635 bytes  78075.38 bytes/sec
==> windows: rsync[stdout] -> total size is 175357552  speedup is 345.54
-------------------------------------------------------------------------------------------------
2017-05-16 16:38:29 +09:30
..
amazon guests/amazon: Initial addition 2016-06-06 18:22:34 -04:00
arch Remove comment removal from /etc/hosts file on guests 2017-04-20 17:07:56 -07:00
atomic Remove comment removal from /etc/hosts file on guests 2017-04-20 17:07:56 -07:00
bsd Remove `set -e` usage for better shell compatibility 2016-10-24 10:30:08 -07:00
coreos guests: Always search for FQDN without sudo 2016-07-18 21:12:54 -04:00
darwin Remove comment removal from /etc/hosts file on guests 2017-04-20 17:07:56 -07:00
debian Fetch first network device and pass to template for rendering 2017-05-10 12:44:37 -07:00
dragonflybsd guests/dragonflybsd: add detection for DragonFly BSD 2016-08-10 09:14:08 -07:00
elementary Support for Elementary OS 0.4 - Issue #8471 2017-04-12 02:36:47 -05:00
esxi guests/esxi: Added public_key capability 2017-02-28 02:35:00 -08:00
fedora guests/fedora: Move as a child of redhat 2016-07-18 21:12:54 -04:00
freebsd Remove comment removal from /etc/hosts file on guests 2017-04-20 17:07:56 -07:00
funtoo guests/funtoo: Behave like a gentoo guest 2016-07-18 21:12:51 -04:00
gentoo Remove comment removal from /etc/hosts file on guests 2017-04-20 17:07:56 -07:00
linux guests/rhel: Update network configuration 2017-04-26 13:15:33 -07:00
mint guests/linux: Provide common linux detection style 2016-10-11 07:50:34 -07:00
netbsd Merge pull request #7922 from chrisroberts/netbsd/rsync 2016-10-25 18:51:42 -07:00
nixos Use symbols for defining guest capabilities 2016-06-17 19:55:04 -04:00
omnios Remove comment removal from /etc/hosts file on guests 2017-04-20 17:07:56 -07:00
openbsd Remove comment removal from /etc/hosts file on guests 2017-04-20 17:07:56 -07:00
photon Remove comment removal from /etc/hosts file on guests 2017-04-20 17:07:56 -07:00
pld Remove comment removal from /etc/hosts file on guests 2017-04-20 17:07:56 -07:00
redhat Remove reload via cli and just restart the service 2017-05-09 09:13:40 -07:00
slackware Remove comment removal from /etc/hosts file on guests 2017-04-20 17:07:56 -07:00
smartos guests/rsync do not chown files excluded from sync 2016-08-16 15:13:19 -07:00
solaris guests/rsync do not chown files excluded from sync 2016-08-16 15:13:19 -07:00
solaris11 guests/rsync do not chown files excluded from sync 2016-08-16 15:13:19 -07:00
suse Remove comment removal from /etc/hosts file on guests 2017-04-20 17:07:56 -07:00
tinycore Use uid/gid from mount_options if provided for synced folders. 2016-12-14 12:12:17 -08:00
trisquel Use symbols for defining guest capabilities 2016-06-17 19:55:04 -04:00
ubuntu guests/linux: Provide common linux detection style 2016-10-11 07:50:34 -07:00
windows This patch fixes an issue when using rsync folders on windows clients with cygwin & ssh enabled. 2017-05-16 16:38:29 +09:30