aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-07 15:56:40 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-07 15:56:40 -0400
commitdccdfc88f82c622a761f371d9140974d44fdc871 (patch)
tree7689d1944b199e3a0a965023426d4388092f3f09 /doc
parentc60ba579661ed502d361eca0e7ce94c8a6544fc7 (diff)
Windows: Roll back to an older version of rsync from cygwin. The newer version has some dependency on a newer ssh from cygwin.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/rsync_on_windows_broken_by_upgrade.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/rsync_on_windows_broken_by_upgrade.mdwn b/doc/bugs/rsync_on_windows_broken_by_upgrade.mdwn
index cb58e009f..929770ccc 100644
--- a/doc/bugs/rsync_on_windows_broken_by_upgrade.mdwn
+++ b/doc/bugs/rsync_on_windows_broken_by_upgrade.mdwn
@@ -50,7 +50,7 @@ Problem doesn't seem to affect the bundled ssh, just rsync. --[[Joey]]
>>> copying it into cmd so it's in PATH. Check: Does this combo work?
>>>
>>> **This works**! rsync 3.0.9 works ok with msysgit's bundled ssh.
->>> rsync 3.1.1 is the one that needs a newer ssh.
+>>> rsync 3.1.1 is the one that needs a newer ssh. **[[done]]**
>>>
>>> Note that this means we're using an old version of rsync
>>> from cygwin with libraries from a newer cygwin. That might prove