summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc <Jean@web>2015-03-29 13:06:31 +0000
committerGravatar admin <admin@branchable.com>2015-03-29 13:06:31 +0000
commitcb1e175a0c260482328d997efd581d6592464710 (patch)
treeb3f5d7cf1d97c8489b0d0d2dea740f91044cdfca
parent13b6bb76216d1a9a71b87f45f3ee42c6ea0948f4 (diff)
-rw-r--r--doc/bugs/git_annex_import:_ignored_names_fatal.mdwn40
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_import:_ignored_names_fatal.mdwn b/doc/bugs/git_annex_import:_ignored_names_fatal.mdwn
new file mode 100644
index 000000000..a39273a12
--- /dev/null
+++ b/doc/bugs/git_annex_import:_ignored_names_fatal.mdwn
@@ -0,0 +1,40 @@
+### Please describe the problem.
+
+When I import files that include ignored files, it seems to confuse git-annex (see below).
+
+This chunk repeats over and over, it looks like import gets stuck until I delete the ignored files.
+
+Can't the ignored files just be ignored?
+
+### What steps will reproduce the problem?
+
+`git annex import ../some-tree-with-ignored-files`
+
+### What version of git-annex are you using? On what operating system?
+
+$ git annex version
+git-annex version: 5.20140412ubuntu1
+build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV Inotify DBus DesktopNotify XMPP DNS Feeds Quvi TDFA CryptoHash
+key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL
+remote types: git gcrypt S3 bup directory rsync web webdav tahoe glacier hook external
+local repository version: 5
+supported repository version: 5
+upgrade supported from repository versions: 0 1 2 4
+
+
+### 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
+
+ git-annex: user error (xargs ["-0","git","--git-dir=/media/jean/Elements/annex/.git","--work-tree=/media/jean/Elements/annex","add","--"] exited 123)
+ failed
+ (Recording state in git...)
+ The following paths are ignored by one of your .gitignore files:
+ work/performancemanagement/performancemanagement.zuml1156079052355.tmp
+ Use -f if you really want to add them.
+ fatal: no files added
+
+# End of transcript or log.
+"""]]