aboutsummaryrefslogtreecommitdiff
path: root/doc/forum
diff options
context:
space:
mode:
authorGravatar felix.hagemann@b76e9ea0928cf33dacffc37ec3dbecf33171a8a5 <felixhagemann@web>2018-01-16 19:26:03 +0000
committerGravatar admin <admin@branchable.com>2018-01-16 19:26:03 +0000
commit0707c4627b7fbdf2006d5ef03aebae99461ef4c3 (patch)
tree931e00da73a1a60199a6726e85f229ff0b5f226d /doc/forum
parent3ec28a339851c7274c91f3460bfc7d7c1b7a230e (diff)
Added a comment
Diffstat (limited to 'doc/forum')
-rw-r--r--doc/forum/git-annex_sync_fails_in_repo1_but_not_in_repo2/comment_2_1dfeb722edd54c68b4220d00c0a175e5._comment35
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/forum/git-annex_sync_fails_in_repo1_but_not_in_repo2/comment_2_1dfeb722edd54c68b4220d00c0a175e5._comment b/doc/forum/git-annex_sync_fails_in_repo1_but_not_in_repo2/comment_2_1dfeb722edd54c68b4220d00c0a175e5._comment
new file mode 100644
index 000000000..b40f22394
--- /dev/null
+++ b/doc/forum/git-annex_sync_fails_in_repo1_but_not_in_repo2/comment_2_1dfeb722edd54c68b4220d00c0a175e5._comment
@@ -0,0 +1,35 @@
+[[!comment format=mdwn
+ username="felix.hagemann@b76e9ea0928cf33dacffc37ec3dbecf33171a8a5"
+ nickname="felix.hagemann"
+ avatar="http://cdn.libravatar.org/avatar/1f7e89860de517a494f35ebfb385288e"
+ subject="comment 2"
+ date="2018-01-16T19:26:03Z"
+ content="""
+Deleting `.git/MERGE_HEAD` sort of fixed the problem:
+
+ client$ git-annex sync
+ commit ok
+ pull repo2
+
+ Already up to date!
+ Automatic merge went well; stopped before committing as requested
+
+ error: duplicate parent be6278073504cfd19400c100b1871ba4324f55db ignored
+ ok
+ push repo2
+ Counting objects: 1, done.
+ Writing objects: 100% (1/1), 209 bytes | 209.00 KiB/s, done.
+ Total 1 (delta 0), reused 0 (delta 0)
+ To repo2:/media/srv/img
+ be62780735..020ce83c1f annex/direct/master -> synced/master
+ ok
+ client$ git-annex sync
+ commit ok
+ pull repo2
+ ok
+ client$
+
+Thanks!
+
+I have no idea how the repo got in that state. Syncing started to fail some time early December and for a few months I've been only using `git-annex assistant` and `git-annex webapp`.
+"""]]