summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar edward <edward@web>2015-08-27 09:24:38 +0000
committerGravatar admin <admin@branchable.com>2015-08-27 09:24:38 +0000
commit35f4c6c0e20762955ebcb257dc59755faa7cef69 (patch)
tree86ffb4176afe1144722fa71299092ef7e8708099 /doc
parent19e11b312598aac853060e9c85c637bf5e330bda (diff)
Added a comment: Same problem
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/sync_stages_deletions_on_remote/comment_5_f3350d336c6c66c3aacc7caade2ef12c._comment31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/forum/sync_stages_deletions_on_remote/comment_5_f3350d336c6c66c3aacc7caade2ef12c._comment b/doc/forum/sync_stages_deletions_on_remote/comment_5_f3350d336c6c66c3aacc7caade2ef12c._comment
new file mode 100644
index 000000000..55f05331a
--- /dev/null
+++ b/doc/forum/sync_stages_deletions_on_remote/comment_5_f3350d336c6c66c3aacc7caade2ef12c._comment
@@ -0,0 +1,31 @@
+[[!comment format=mdwn
+ username="edward"
+ subject="Same problem"
+ date="2015-08-27T09:24:38Z"
+ content="""
+I think I'm having the same problem. See my comments on [[bugs/git annex sync deleted a bunch of files (not expected)]]
+
+I've run `git annex sync` or `git annex webapp` on the laptop annex, then `git annex sync` on the external drive. I'm pretty sure some of the syncs have been interrupted. Does it help to see the .git/config from the external drive?
+
+ [core]
+ repositoryformatversion = 0
+ filemode = true
+ bare = false
+ logallrefupdates = true
+ [remote \"origin\"]
+ url = /home/edward/annex
+ fetch = +refs/heads/*:refs/remotes/origin/*
+ annex-uuid = 38d109c9-7f5f-47cd-b15a-7b2beac22c64
+ [branch \"master\"]
+ remote = origin
+ merge = refs/heads/master
+ [annex]
+ uuid = 822dec0f-a0d3-42f6-b0dc-a47b6bf91944
+ version = 5
+ [remote \"x230\"]
+ url = /home/edward/annex
+ fetch = +refs/heads/*:refs/remotes/x230/*
+ annex-uuid = 38d109c9-7f5f-47cd-b15a-7b2beac22c64
+
+Observations about my config, I have `bare = false`, which is correct. Do you think it is a problem that I have two remotes, `\"origin\"` and `\"x230\"` pointing at the same location?
+"""]]