From 225351246bdbdd2e76aca5a3680de1d91aa2d797 Mon Sep 17 00:00:00 2001 From: "jhnichol@cce81d2a480707652a3340ea2f24b3dc4b1f808c" Date: Sun, 29 Apr 2018 19:39:48 +0000 Subject: [PATCH] simplify --- doc/bugs/OSX_Assistant_will_not_automatically_drop.mdwn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/bugs/OSX_Assistant_will_not_automatically_drop.mdwn b/doc/bugs/OSX_Assistant_will_not_automatically_drop.mdwn index baae220a42..52e48bafc3 100644 --- a/doc/bugs/OSX_Assistant_will_not_automatically_drop.mdwn +++ b/doc/bugs/OSX_Assistant_will_not_automatically_drop.mdwn @@ -4,11 +4,10 @@ I cannot reproduce the archive behaviour explained in the screencast: git annex ### What steps will reproduce the problem? Install the OSX dmg. Open the webapp. Make a client repo `~/annex` on the laptop and a full archive repo `/Volumes/Seagate/annex` on an external hard drive. Disregard the errors in the webapp. Restart daemon. Finish configuration of the archive repo as full archive. Put a test file in `~/annex`, watch it copy over in the webapp. Verify copies with `git-annex whereis`. -numcopies=1 **Use the GUI to move the test file to `~/annex/archive`. The file does not turn into a symlink as expected.** Run the command `git-annex drop --auto`. the archived file is now replaced by a symlink. `git annex whereis` verifies that the copy is only in the archive. Now move the symlink back to `~/annex`. The symlink is not replaced by the file. -Restart the assistant using the webapp or with `git annex assistant --stop` `git annex assistant`. The symlink is replaced by the file. +Restart the assistant using the webapp. The symlink is replaced by the file. Repeat above steps with the same effect. ### What version of git-annex are you using? On what operating system?