summaryrefslogtreecommitdiff
path: root/doc/bugs/renaming_a_file_makes_annex_get_the_file__39__s_content_from_remote.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-29 15:23:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-29 15:23:05 -0400
commit1f6cfecc972b121fa42ea80383183bbaccc2195a (patch)
tree0a450c4226f5e05c2a3597a9f520376de281fffe /doc/bugs/renaming_a_file_makes_annex_get_the_file__39__s_content_from_remote.mdwn
parenta95fb731cd117f35a6e0fce90d9eb35d0941e26e (diff)
remove old closed bugs and todo items to speed up wiki updates and reduce size
Remove closed bugs and todos that were least edited before 2014. Command line used: for f in $(grep -l '\[\[done\]\]' *.mdwn); do if [ -z $(git log --since=2014 --pretty=oneline "$f") ]; then git rm $f; git rm -rf $(echo "$f" | sed 's/.mdwn$//'); fi; done
Diffstat (limited to 'doc/bugs/renaming_a_file_makes_annex_get_the_file__39__s_content_from_remote.mdwn')
-rw-r--r--doc/bugs/renaming_a_file_makes_annex_get_the_file__39__s_content_from_remote.mdwn27
1 files changed, 0 insertions, 27 deletions
diff --git a/doc/bugs/renaming_a_file_makes_annex_get_the_file__39__s_content_from_remote.mdwn b/doc/bugs/renaming_a_file_makes_annex_get_the_file__39__s_content_from_remote.mdwn
deleted file mode 100644
index c2ca43da5..000000000
--- a/doc/bugs/renaming_a_file_makes_annex_get_the_file__39__s_content_from_remote.mdwn
+++ /dev/null
@@ -1,27 +0,0 @@
-# What steps will reproduce the problem?
-
-1. Use assistant to setup a local repository (client group) and a remote repository (via ssh, backup group).
-
-2. Add some big files and wait for them to be syncronized.
-
-3. Manually switch to indirect mode (to make 'drop' work)
-
-4. Drop the file's content from the local repository.
-
-5. Rename the file using any file manager or mv on the command line.
-
-
-# What is the expected output? What do you see instead?
-
-* Expected outcome was the file being renamed and that name change being propagated to the remote repository without re-transferring the whole file. I didn't drop it for nothing!
-
-* Instead, the file was renamed and the file's content was retrieved from the remote repository.
-
-
-# What version of git-annex are you using? On what operating system?
-
-Git-Annex 3.20130102
-
-Arch Linux on x64.
-
-[[done]]; was not a bug and also the webapp now offers a "manual mode" option that can be chosen instead of "client" to get the desired behavior. --[[Joey]]