diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2013-06-26 16:34:23 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-06-26 16:34:23 +0000 |
commit | facf1401dd7e8ee8742aaf29a4400538ba4c10a3 (patch) | |
tree | 40c328b59d77839ff7d35fb1123d3c05c63a82c1 | |
parent | ed26834c8061738d7613222177e29201e17a4066 (diff) |
Added a comment
-rw-r--r-- | doc/bugs/Hard_links_not_synced_in_direct_mode/comment_5_949c891209713a2c0a5e66af11ed4c79._comment | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/Hard_links_not_synced_in_direct_mode/comment_5_949c891209713a2c0a5e66af11ed4c79._comment b/doc/bugs/Hard_links_not_synced_in_direct_mode/comment_5_949c891209713a2c0a5e66af11ed4c79._comment new file mode 100644 index 000000000..52f3e30f7 --- /dev/null +++ b/doc/bugs/Hard_links_not_synced_in_direct_mode/comment_5_949c891209713a2c0a5e66af11ed4c79._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.152.108.193" + subject="comment 5" + date="2013-06-26T16:34:23Z" + content=""" +To fix [[Problems_with_syncing_gnucash]], I have made some changes to how hard links are dealt with. + +Assistant will now notice when a hard link is created, and add the same thing to git it would add for any other file. The hard link is not propigated to other repositories. + +Files remain hard linked locally. This means that a change to one will affect the contents of the other. The assistant, lacking a hard link cache, will not notice this, and so will commit the change to the file that was written to, but not commit its hard link. Running `git annex add` manually (or restarting the assistant) will make it finally notice the other file has changed. + +So, the assistant still does not keep hard links in sync on an ongoing basis. This bug is still unsolved. +"""]] |