From 4d80ac738a8d2735704641a9fc707a6052a7ba66 Mon Sep 17 00:00:00 2001 From: CandyAngel Date: Thu, 18 Dec 2014 09:26:17 +0000 Subject: [PATCH] Added a comment --- .../comment_5_b92045c91d92da7db794aed2c67dde0d._comment | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/news/sharebox_a_FUSE_filesystem_for_git-annex/comment_5_b92045c91d92da7db794aed2c67dde0d._comment diff --git a/doc/news/sharebox_a_FUSE_filesystem_for_git-annex/comment_5_b92045c91d92da7db794aed2c67dde0d._comment b/doc/news/sharebox_a_FUSE_filesystem_for_git-annex/comment_5_b92045c91d92da7db794aed2c67dde0d._comment new file mode 100644 index 0000000000..de3a2a8b10 --- /dev/null +++ b/doc/news/sharebox_a_FUSE_filesystem_for_git-annex/comment_5_b92045c91d92da7db794aed2c67dde0d._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="CandyAngel" + subject="comment 5" + date="2014-12-18T09:26:17Z" + content=""" +Having the lean view would be easy to implement either as an option you pass when mounting or something you can toggle by touching a file ($MNT/.config/lean/{on,off}). + +Regarding fetching of files, how would you like it to behave? My previous one would return EBUSY while downloading a file and ENODATA if it wasn't available and couldn't be fetched. I could, for example, make unavailable files appear as normal files (containing text regarding the download state) until they are available, then they become symlinks. What would work best for you? +"""]]