aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/assistant_locked_my_files.mdwn
diff options
context:
space:
mode:
authorGravatar https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2013-12-05 20:43:21 +0000
committerGravatar admin <admin@branchable.com>2013-12-05 20:43:21 +0000
commit98af63cedaa04c0f8714b361ed1bc84114631e8a (patch)
tree90f37fc6d26d762419ddd090e2501b2b566fc672 /doc/bugs/assistant_locked_my_files.mdwn
parent3b58de28f552e0a5ed918724f6f8f6ac32e7854f (diff)
Diffstat (limited to 'doc/bugs/assistant_locked_my_files.mdwn')
-rw-r--r--doc/bugs/assistant_locked_my_files.mdwn28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/bugs/assistant_locked_my_files.mdwn b/doc/bugs/assistant_locked_my_files.mdwn
new file mode 100644
index 000000000..14ac62172
--- /dev/null
+++ b/doc/bugs/assistant_locked_my_files.mdwn
@@ -0,0 +1,28 @@
+### Please describe the problem.
+
+When the assistant is running, using "git annex unlock" on the commandline may lead to unexpected results.
+
+### What steps will reproduce the problem?
+
+Make sure the assitant is running on a repository.
+
+`git annex unlock somefiles`, try to edit them, wait a while, try to edit.
+
+If you're not lucky, the assistant will notice the unlocked files as new and will add them back, locking them in the process, and you won't be able to save them.
+
+### What version of git-annex are you using? On what operating system?
+
+debian wheezy.
+
+[[!format sh """
+git-annex version: 5.20131109-gf2cb5b9
+build flags: Assistant Webapp Pairing Testsuite S3 WebDAV Inotify DBus 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 glacier hook
+local repository version: 3
+default repository version: 3
+supported repository versions: 3 5
+upgrade supported from repository versions: 0 1 2 4
+"""]]
+
+### Please provide any additional information below.