summaryrefslogtreecommitdiff
path: root/doc/bugs/call_to_git-annex-shell_when_on_centralised___40__non-git-annex__41___repository/comment_2_ca065c82ac8e3215b581660f3e44f459._comment
blob: c7d4ad7c39b388d8154a24602e27af2b73440717 (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
44
45
46
47
48
49
50
51
[[!comment format=mdwn
 username="https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ"
 nickname="Walter"
 subject=":'( no format directive in comments?"
 date="2013-04-23T23:13:02Z"
 content="""
That's right; `git config remote.bitbucket.annex-ignore true` does fix the problem.

So, I guess if you're looking for more things to do, there is somehow a problem detecting that git-annex-shell isn't present sometimes.


    ~/annex$ git config remote.bitbucket.annex-ignore
    ~/annex$ git annex sync
    conq: invalid command syntax.
    commit  
    ok
    pull bitbucket 
    ok
    push bitbucket 
    Everything up-to-date
    ok
    ~/annex$ git annex sync
    conq: invalid command syntax.
    commit  
    ok
    pull bitbucket 
    ok
    push bitbucket 
    Everything up-to-date
    ok
    ~/annex$ git annex sync
    conq: invalid command syntax.
    commit  
    ok
    pull bitbucket 
    ok
    push bitbucket 
    Everything up-to-date
    ok
    ~/annex$ git config remote.bitbucket.annex-ignore true
    ~/annex$ git annex sync
    commit  
    ok
    pull bitbucket 
    ok
    push bitbucket 
    Everything up-to-date
    ok
    

"""]]