summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar jean.jordaan@4bb3bd508a9eb0a4bab5d1b587dadd2b6c4a7edc <jeanjordaan@web>2015-06-09 12:42:48 +0000
committerGravatar admin <admin@branchable.com>2015-06-09 12:42:48 +0000
commit8facf8714eb826a06ec418f67a9c082494ffd72c (patch)
tree519ccb7a505d02f61461cd3a31cece0553e574b2 /doc
parent71f571b25f2435f5acbb8422cc5ca72423ff5da3 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/__96__git_annex_add_.__96___fails_for_all_files_if_one_fails.mdwn24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/bugs/__96__git_annex_add_.__96___fails_for_all_files_if_one_fails.mdwn b/doc/bugs/__96__git_annex_add_.__96___fails_for_all_files_if_one_fails.mdwn
new file mode 100644
index 000000000..3b7bea014
--- /dev/null
+++ b/doc/bugs/__96__git_annex_add_.__96___fails_for_all_files_if_one_fails.mdwn
@@ -0,0 +1,24 @@
+### Please describe the problem.
+
+I do `git annex add .` to add all new files. However I'm busy copying a big file. This file fails with "... changed while it was being added".
+When the `add` ends, none of the files have been added.
+
+I would expect all the files except the one that was changing to be added.
+
+### What steps will reproduce the problem?
+
+Add files while changing one.
+
+### What version of git-annex are you using? On what operating system?
+
+5.20140412ubuntu1
+
+### 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
+
+
+# End of transcript or log.
+"""]]