diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2014-10-05 15:26:52 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-10-05 15:26:52 +0000 |
commit | a6ae9c2a6972feab7a0041aeb0cdd1e90c201ec1 (patch) | |
tree | dff0c04523c608ce78c86d2a42b89fda7d2dfbf2 /doc/todo | |
parent | 8d85e406727b97a9f783bf71b46f9641c14d83ee (diff) |
Added a comment: this also affects ssh remotes
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/read-only_removable_drives/comment_2_08fced29b86b21f63bb0868747227e08._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/todo/read-only_removable_drives/comment_2_08fced29b86b21f63bb0868747227e08._comment b/doc/todo/read-only_removable_drives/comment_2_08fced29b86b21f63bb0868747227e08._comment new file mode 100644 index 000000000..e89e4a546 --- /dev/null +++ b/doc/todo/read-only_removable_drives/comment_2_08fced29b86b21f63bb0868747227e08._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="https://id.koumbit.net/anarcat" + ip="72.0.72.144" + subject="this also affects ssh remotes" + date="2014-10-05T15:26:52Z" + content=""" +so i tried another experiment today: i tried to allow access to a remote user to my /srv/foo annex. the annex is writable by me, but not by the user, yet i was expecting the user to be able to sync with it. not push, mind you, but at least pull: in a \"git-only\" scenario, that would be perfectly possible. yet the assistant freaks out because it can't run git-annex on the repo because of a write failure on some pack files, and downgrades the repository to a \"git-only\" repo, which is also inaccurate: it can't sync the metadata either... + +i would have expected this repository to be marked as \"readonly\" and the user be capable of fetching new changes automatically from the \"central repo\". + +maybe that's the essence of the todo here... --[[anarcat]] +"""]] |