diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ <Walter@web> | 2013-06-18 09:00:41 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-06-18 09:00:41 +0000 |
commit | b9431dcaa7ac4d06bbd8ee513e82a21b1e171e2b (patch) | |
tree | 7bfb61369f0a3c1d42dcaf331735aac97630dbfa /doc | |
parent | 99f7d61451fa1b0773a1c42387327a7e5f98ebb0 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/git-annex_immediately_re-gets_dropped_files.mdwn | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_immediately_re-gets_dropped_files.mdwn b/doc/bugs/git-annex_immediately_re-gets_dropped_files.mdwn new file mode 100644 index 000000000..7d27e7ad1 --- /dev/null +++ b/doc/bugs/git-annex_immediately_re-gets_dropped_files.mdwn @@ -0,0 +1,25 @@ +### Please describe the problem. + +I have some files that I want to drop from my laptop. However, as soon as I drop them (git-annex drop), the assistant starts to download them again from another repository. At first glance, this seems like a variant of [[bugs/Handling_of_files_inside_and_outside_archive_directory_at_the_same_time]]. + +I would expect that after an explicit drop command, the files would not be re-downloaded. + +The repository that this is happening on is a "client" type, direct-mode repository. + +### What steps will reproduce the problem? + + git annex drop drop-test/TestFile.data + +### What version of git-annex are you using? On what operating system? + git-annex version: 4.20130618-g333cb8e + build flags: Assistant Webapp Pairing Testsuite S3 WebDAV Inotify DBus XMPP DNS + local repository version: 4 + default repository version: 3 + supported repository versions: 3 4 + upgrade supported from repository versions: 0 1 2 + + I am running Ubuntu 13.04 + +### Please provide any additional information below. + +log emailed. |