Added a comment

This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawmaB2n9HFclAvyMyDzvTPaifh5OrlF51Co 2014-05-22 09:44:33 +00:00 committed by admin
parent 845a5761e7
commit e73bf4789b

View file

@ -0,0 +1,22 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawmaB2n9HFclAvyMyDzvTPaifh5OrlF51Co"
nickname="VS7"
subject="comment 4"
date="2014-05-22T09:44:33Z"
content="""
Now i begin to suspect that daemon doesn't work with CIF mounted directories at all.
mkdir ~/test-container
mkdir ~/test-container/test
mount -t cifs -o user=test_user,uid=502,gid=502 //srv/test ~/test-container/test
cd ~/test-container
git init
git annex init
git annex direct
git annex add
git annex sync
git annex assistant
Then if i place any file in ~/test-container then git-annex sees changes and processes it almost immediately. But if i do anything inside mounted ~/test-container/test daemon ignores it.
\"git annex status\" says that yes there are changes inside \"~/test-container/test\" and i can commit them via \"git annex add\" & \"git annex sync\", but daemon ignores.
"""]]