From b473c232134f9343f51e748d5e4ccd545d13a07f Mon Sep 17 00:00:00 2001 From: threadshuffle Date: Tue, 4 Aug 2015 21:46:17 +0000 Subject: [PATCH] Added a comment --- ..._4ff2a87765b1584e55655b2a5451dd50._comment | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_16_4ff2a87765b1584e55655b2a5451dd50._comment diff --git a/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_16_4ff2a87765b1584e55655b2a5451dd50._comment b/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_16_4ff2a87765b1584e55655b2a5451dd50._comment new file mode 100644 index 0000000000..4d1ae78c1a --- /dev/null +++ b/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_16_4ff2a87765b1584e55655b2a5451dd50._comment @@ -0,0 +1,29 @@ +[[!comment format=mdwn + username="threadshuffle" + subject="comment 16" + date="2015-08-04T21:46:17Z" + content=""" +Installed build 4839 and everything seems to work. One quick question though, doing sync on an origin and clone repos, shouldn't it make the git annex list look the same on both? I'm getting on the remote +
+me@mint64vm ~/ga $ git annex list
+here
+|web
+||
+X_ me
+X_ me_local
+X_ me_origin
+
+And on the clone (after some copying, moving, dropping and sync) +
+C:\Users\me\q\ga>git annex list
+here
+|origin
+||web
+|||bittorrent
+||||
+_X__ me
+_X__ me_local
+_X__ me_origin
+
+And, of course, thanks for the fix. +"""]]