This commit is contained in:
jhnichol@cce81d2a480707652a3340ea2f24b3dc4b1f808c 2018-04-29 19:39:48 +00:00 committed by admin
parent 1c7fcfc623
commit 225351246b

View file

@ -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?