Added a comment

This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawmNu4V5fvpLlBhaCUfXXOB0MI5NXwh8SkU 2013-11-02 22:48:18 +00:00 committed by admin
parent 63f45b1f0e
commit 6e3961a5ae

View file

@ -0,0 +1,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
\"\"\"]]
"""]]