summaryrefslogtreecommitdiff
path: root/doc/bugs/Assistant_keeps_deleting_all_the_files_in_my_repo.mdwn
diff options
context:
space:
mode:
authorGravatar EskildHustvedt <EskildHustvedt@web>2016-05-20 07:37:38 +0000
committerGravatar admin <admin@branchable.com>2016-05-20 07:37:38 +0000
commit3d3682177e3240c0a78e551535b22aff1b2388a3 (patch)
tree5faa45d4bf03c05fd898e6c3b6002a752894c957 /doc/bugs/Assistant_keeps_deleting_all_the_files_in_my_repo.mdwn
parent7a6a80b225b2a63df815dc3faa109f4d3a820575 (diff)
Diffstat (limited to 'doc/bugs/Assistant_keeps_deleting_all_the_files_in_my_repo.mdwn')
-rw-r--r--doc/bugs/Assistant_keeps_deleting_all_the_files_in_my_repo.mdwn24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/bugs/Assistant_keeps_deleting_all_the_files_in_my_repo.mdwn b/doc/bugs/Assistant_keeps_deleting_all_the_files_in_my_repo.mdwn
new file mode 100644
index 000000000..c9752f098
--- /dev/null
+++ b/doc/bugs/Assistant_keeps_deleting_all_the_files_in_my_repo.mdwn
@@ -0,0 +1,24 @@
+### Please describe the problem.
+The assistant keeps making merges that deletes all the files in the repository. I "git revert" the merge commit, but the next day it does it again. It also seems to have gone into a merge loop before this happens (will post a screenshot of tig). I can make the repo available privately if that will help.
+
+### What steps will reproduce the problem?
+Unknown. It does it on its own without me even interacting with files in the annex.
+
+### What version of git-annex are you using? On what operating system?
+The host that keeps deleting is running 6.20160428-g1f253e8 on ArchLinux (x86_64). A remote that it keeps syncing with is running 6.20160511-g4633f0b, also on ArchLinux x86_64.
+
+### Please provide any additional information below.
+
+[[!format sh """
+# If you can, paste a complete transcript of the problem occurring here.
+# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
+Updating 8cb69d3..c589c5e
+Fast-forward
+ .gitignore | 3 ---
+ Bilete/8mars-2013-1.jpg | 1 -
+etc.
+# End of transcript or log.
+"""]]
+
+### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
+I use git-annex for everything. I've got 10 repositories and around 2.5TB of data in those repos which in turn is synced all over the place. It's excellent.