diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-07 15:19:29 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-07 15:19:29 -0400 |
commit | 118932d39319b467f2b2e8c244cd722bafd19298 (patch) | |
tree | ef9dc59dbe41f08707582a3e4317a5c4b799da6a /doc | |
parent | a4a487a9e1b5344f8f28ba530f35d4b92fc0e6b4 (diff) |
fix matrix
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/rsync_on_windows_broken_by_upgrade.mdwn | 15 |
1 files changed, 14 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 f761bf0c6..47f061659 100644 --- a/doc/bugs/rsync_on_windows_broken_by_upgrade.mdwn +++ b/doc/bugs/rsync_on_windows_broken_by_upgrade.mdwn @@ -35,4 +35,17 @@ Problem doesn't seem to affect the bundled ssh, just rsync. --[[Joey]] > > git that all integrate and work together. Or you can use Windows and > > enjoy the pain(TM) --[[Joey]] - +>>> Possible fixes: +>>> +>>> * Roll the bundled ssh and rsync back to the older versions. +>>> (But, this seems like it would leave +>>> [[webapp_fails_to_connect_to_ssh_repository___40__windows__41__]] +>>> unfixed, unless the old version of ssh didn't have that problem.) +>>> * Roll the bundled rsync back, drop ssh. Rely on msysgit's bundled ssh, +>>> copying it into cmd so it's in PATH. Check: Does this combo work? +>>> * Hope that msysgit gets updated to include a newer version of ssh +>>> which works with the new rsync. +>>> * Get rsync from somewhere else, perhaps msysgit. (Maybe also get ssh +>>> from msysgit?) +>>> * Keep the new rsync from cygwin, and build ssh from source, +>>> patching it to use HOME in preference to getpwent home. |