aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_16_4ff2a87765b1584e55655b2a5451dd50._comment
blob: 4d1ae78c1a334ffcad52ca690e8f26a9eb6ac60a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
<pre>
me@mint64vm ~/ga $ git annex list
here
|web
||
X_ me
X_ me_local
X_ me_origin
</pre>
And on the clone (after some copying, moving, dropping and sync)
<pre>
C:\Users\me\q\ga>git annex list
here
|origin
||web
|||bittorrent
||||
_X__ me
_X__ me_local
_X__ me_origin
</pre>
And, of course, thanks for the fix.
"""]]