From 3b050a46ae8560d305a353e102ababb26ab76a69 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 7 May 2015 14:17:28 -0400 Subject: [PATCH] add bug report, point forum posts about it there --- doc/bugs/rsync_on_windows_broken_by_upgrade.mdwn | 10 ++++++++++ ...comment_1_33249bf910446fcf98ffb2e7e35017bf._comment | 7 +++++++ ...comment_1_0e713f8949a3e5a949489fc89c0b9078._comment | 7 +++++++ 3 files changed, 24 insertions(+) create mode 100644 doc/bugs/rsync_on_windows_broken_by_upgrade.mdwn create mode 100644 doc/forum/git_annex_windows_and_rsync/comment_1_33249bf910446fcf98ffb2e7e35017bf._comment create mode 100644 doc/forum/rsync_regression_on_Windows/comment_1_0e713f8949a3e5a949489fc89c0b9078._comment diff --git a/doc/bugs/rsync_on_windows_broken_by_upgrade.mdwn b/doc/bugs/rsync_on_windows_broken_by_upgrade.mdwn new file mode 100644 index 0000000000..af2d464009 --- /dev/null +++ b/doc/bugs/rsync_on_windows_broken_by_upgrade.mdwn @@ -0,0 +1,10 @@ +rsync on windows has been broken by the upgrade to a newer version of +cygwin. `rsync user@host:file file` opens the ssh connection, but hangs +up with a protocol error. Apparently it doesn't get even the protocol +version message from the server. + +This must be a missing file from cygwin, because if I run the same rsync +program from inside /cygwin/usr/bin, it works. strace found a missing +`charset.alias` file, but installing it didn't solve the problem. + +Problem doesn't seem to affect the bundled ssh, just rsync. --[[Joey]] diff --git a/doc/forum/git_annex_windows_and_rsync/comment_1_33249bf910446fcf98ffb2e7e35017bf._comment b/doc/forum/git_annex_windows_and_rsync/comment_1_33249bf910446fcf98ffb2e7e35017bf._comment new file mode 100644 index 0000000000..270f499e9c --- /dev/null +++ b/doc/forum/git_annex_windows_and_rsync/comment_1_33249bf910446fcf98ffb2e7e35017bf._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-05-07T18:14:43Z" + content=""" +[[bugs/rsync_on_windows_broken_by_upgrade]] +"""]] diff --git a/doc/forum/rsync_regression_on_Windows/comment_1_0e713f8949a3e5a949489fc89c0b9078._comment b/doc/forum/rsync_regression_on_Windows/comment_1_0e713f8949a3e5a949489fc89c0b9078._comment new file mode 100644 index 0000000000..5642560fd1 --- /dev/null +++ b/doc/forum/rsync_regression_on_Windows/comment_1_0e713f8949a3e5a949489fc89c0b9078._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-05-07T18:16:07Z" + content=""" +[[bugs/rsync_on_windows_broken_by_upgrade]] +"""]]