From e0c49de4bd8fef08ed40d3e43c4f08949f47e6e9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 12 Jun 2013 14:02:31 -0400 Subject: Direct mode: No longer temporarily remove write permission bit of files when adding them. This write permission frobbing is very appropriate in indirect mode, since annexed objects are stored as immutably as can be managed. But not in direct mode, where files should be able to be modified at any time. There are already sufficient guards that there's no need to prevent a file being written to while it's being ingested, in direct mode. The inode cache will detect (most) types of modifications, and the add will fail. Then a re-add should be done. The assistant should get another inotify change event, and automatically add the new version of the file. --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index e36b33398..696d00792 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ git-annex (4.20130602) UNRELEASED; urgency=low the webapp gets started. * glacier: Better handling of the glacier inventory, which avoids duplicate uploads to the same glacier repository by `git annex copy`. + * Direct mode: No longer temporarily remove write permission bit of files + when adding them. -- Joey Hess Mon, 10 Jun 2013 12:52:44 -0400 -- cgit v1.2.3