summaryrefslogtreecommitdiff
path: root/doc/bugs/remote_files_appear_but_are_unreadable_because_their_symlink_targets_don__39__t_exist/comment_6_3f236b35e9820cd88bb77fcd57d6975e._comment
blob: 63261fb9dccd47de27747915944258c9bfc8821b (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[[!comment format=mdwn
 username="http://bigasterisk.com/"
 nickname="Drew Perttula"
 subject="comment 6"
 date="2013-07-25T05:36:07Z"
 content="""
Here's how little it takes for things to go wrong:  
  
----
First host:  

bang(pts/17):~/annex% git init  
Initialized empty Git repository in /home/drewp/annex/.git/  

bang(pts/17):~/annex% git-annex init  
init  ok  
(Recording state in git...)

bang(pts/17):~/annex% git-annex webapp --listen 10.1.0.1:9999    
http://10.1.0.1:9999/?auth=6f9a8b...


----
Second host:

dash(pts/34):~/annex% git init  
Initialized empty Git repository in /home/drewp/annex/.git/

dash(pts/34):~/annex% git-annex init  
init  ok  
(Recording state in git...)

dash(pts/34):~/annex% git-annex webapp --listen 10.1.0.229:9999  
http://10.1.0.229:9999/?auth=f28bd56b456....


Browse to first URI. Add another repo. Local computer. Enter 'qwerty'.   
Browse to second URI. Respond to pairing request. Enter 'qwerty' again.  
View both dashboards: http://bigasterisk.com/post/git-annex-bad-pair.png  



"""]]