diff options
author | annexuser <annexuser@web> | 2012-11-08 22:23:57 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-11-08 22:23:57 +0000 |
commit | 7c72c284ecf193ece8e9f7eb7389912a425334e4 (patch) | |
tree | 7a314c23ad66b9ada6d3a24157da399d5722bfca | |
parent | a2e9d11b2f556238799bb07b575960504e0d2309 (diff) |
-rw-r--r-- | doc/forum/Unlock_files_when_assistant_is_running__63__.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/forum/Unlock_files_when_assistant_is_running__63__.mdwn b/doc/forum/Unlock_files_when_assistant_is_running__63__.mdwn new file mode 100644 index 000000000..0c514368a --- /dev/null +++ b/doc/forum/Unlock_files_when_assistant_is_running__63__.mdwn @@ -0,0 +1,13 @@ +I just started using the assistant on an existing annex. I fire up the assistant like so: + + $ git annex webapp + +Everything syncs and looks to be working fine. In another terminal, I then create a new file: + + $ touch testfile.txt + +The assistant sees that file, immediately adds it and syncs. Ok. So now I want to edit that file. + + $ git annex unlock testfile.txt + +As soon as I unlock the file, the assistant re-adds it to the annex and syncs, preventing me from editing the file. How can I edit files with the assistant running? |