summaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex_thinks_files_are_in_repositories_they_are_not
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ <Walter@web>2013-04-16 20:25:45 +0000
committerGravatar admin <admin@branchable.com>2013-04-16 20:25:45 +0000
commitb57771ef7770706cc0acd47b4d5c375ffade3931 (patch)
treeb500341f821efb2f7fddfa3a6a2cbb389d56f780 /doc/bugs/git-annex_thinks_files_are_in_repositories_they_are_not
parentaf9cf4a2e810fc091e1bb32b64dbeac59b3f2941 (diff)
Added a comment
Diffstat (limited to 'doc/bugs/git-annex_thinks_files_are_in_repositories_they_are_not')
-rw-r--r--doc/bugs/git-annex_thinks_files_are_in_repositories_they_are_not/comment_2_508e475f764e1cb453b756eb50bc3a15._comment34
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_thinks_files_are_in_repositories_they_are_not/comment_2_508e475f764e1cb453b756eb50bc3a15._comment b/doc/bugs/git-annex_thinks_files_are_in_repositories_they_are_not/comment_2_508e475f764e1cb453b756eb50bc3a15._comment
new file mode 100644
index 000000000..c6fea0dbf
--- /dev/null
+++ b/doc/bugs/git-annex_thinks_files_are_in_repositories_they_are_not/comment_2_508e475f764e1cb453b756eb50bc3a15._comment
@@ -0,0 +1,34 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ"
+ nickname="Walter"
+ subject="comment 2"
+ date="2013-04-16T20:25:45Z"
+ content="""
+ walter@dionysus:~/presence$ echo 1 > Here.txt
+ walter@dionysus:~/presence$ git annex whereis
+ whereis Here.txt (2 copies)
+ 1c6ffc98-d12c-4844-920b-5e28bc8e8b60 -- here (walter@dionysus:~/presence)
+ 8da299b6-006c-4410-9b3d-a542766d40a4 -- kronos.local_presence (walter@kronos:~/presence)
+ ok
+
+This is while kronos is turned off.
+
+The contents of .git/config:
+
+ [core]
+ repositoryformatversion = 0
+ filemode = true
+ bare = false
+ logallrefupdates = true
+ [annex]
+ uuid = 1c6ffc98-d12c-4844-920b-5e28bc8e8b60
+ version = 3
+ direct = true
+ [gc]
+ auto = 0
+ [remote \"kronos.local_presence\"]
+ url = ssh://walter@git-annex-kronos.local-walter/~/presence/
+ fetch = +refs/heads/*:refs/remotes/kronos.local_presence/*
+ annex-uuid = 8da299b6-006c-4410-9b3d-a542766d40a4
+ annex-cost = 175.0
+"""]]