This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawmu416zAYgYzbXVZAe30MiXoOWO4z6nGX8 2013-04-17 07:55:21 +00:00 committed by admin
parent 7858f92e1a
commit 5c05007369

View file

@ -0,0 +1,18 @@
What steps will reproduce the problem?
* Create a symlink to a directory in your annex repository, like e.g. ~/Notes -> ~/annex/Notes
* cd into ~/Notes
* execute 'git annex sync <remote>', assuming that <remote> has made some changes
What is the expected output? What do you see instead?
If <remote> has made a change to, say, ~/annex/Documents/test.txt, the sync unexpectedly creates the new test.txt at ~/Notes/Documents/test.txt.
It should either magically figure out that it has to create the file relative to the repository's root (i.e. ~/annex) or throw an error instead.
What version of git-annex are you using? On what operating system?
git-annex version: 4.20130323
OS: Archlinux
Shell: zsh