summaryrefslogtreecommitdiff
path: root/doc/bugs/Unnecessary_remote_transfers/comment_2_2e9992dbfceabd6df535a2770626de16._comment
blob: cc0cb067ea319400d4b38e3048c5e57a5b7e338a (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
[[!comment format=mdwn
 username="https://www.google.com/accounts/o8/id?id=AItOawmNu4V5fvpLlBhaCUfXXOB0MI5NXwh8SkU"
 nickname="Adam"
 subject="comment 2"
 date="2013-11-02T22:48:18Z"
 content="""
The webapp has the remote repo at the bottom of the list.  But here's .git/config.  It has a high repo cost for the local paired repo, and no cost listed for the remote one:

[[!format sh \"\"\"
[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[annex]
        uuid = 946f9095-588b-4421-b66a-4a1e5632ff6b
        version = 3
        direct = true
        diskreserve = 1 megabyte
        numcopies = 1
        debug = false
[gc]
        auto = 0
[remote \"Onyx\"]
        url = ssh://me@git-annex-Onyx.local-me_annex/~/annex/
        annex-uuid = 80709bc2-3cbe-434b-b7b9-306278b9a4e9
        annex-cost = 125.0
        fetch = +refs/heads/*:refs/remotes/Onyx/*
[remote \"Remote\"]
        annex-rsyncurl = username@git-annex-example.net-username_annex:annex/
        annex-uuid = 33930bae-63d2-4a52-b330-58872aaeb1bf
        fetch = 
        annex-sync = true
\"\"\"]]
"""]]