aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnm19dBCRphmtjXfopm_NpvnRwz-qIJ2Tw <Remi@web>2014-01-30 06:18:08 +0000
committerGravatar admin <admin@branchable.com>2014-01-30 06:18:08 +0000
commit90ccd50ff81ac23a5d1ce5163b0662d70e7c73b9 (patch)
tree0d722c17684e269f8c38cadf2a12c02a60079a3a
parentf010b9b4e4e0c4d6acb3db68ec52cf1c5deec95d (diff)
a bug when a content is both in a excluded and included directory.
-rw-r--r--doc/bugs/File_that_are_in_two_place_can_be_sequentially_copy_then_dropped.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/File_that_are_in_two_place_can_be_sequentially_copy_then_dropped.mdwn b/doc/bugs/File_that_are_in_two_place_can_be_sequentially_copy_then_dropped.mdwn
new file mode 100644
index 000000000..b6c7b5ab0
--- /dev/null
+++ b/doc/bugs/File_that_are_in_two_place_can_be_sequentially_copy_then_dropped.mdwn
@@ -0,0 +1,10 @@
+### Please describe the problem.
+I've a repository with a prefered content of "exclude=cours/vieux/* and ( include=cours/* or include=Programmes/* or include=Stage/* )", but there is a repository that has a (identical) copy both in cours/vieux and in Stage/ so git annex sync --content will
+- get the content in Stage/
+- then drop it because it is in cours/vieux/
+
+And again, and again...
+
+### What version of git-annex are you using? On what operating system?
+git-annex 5.20140127 in debian/sid
+