summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2014-10-20 20:03:08 +0000
committerGravatar admin <admin@branchable.com>2014-10-20 20:03:08 +0000
commit7b02e66f217cb80c8f66bed364398f439cb497e2 (patch)
tree6172a21b11f7a0796708bc55c526d4bb4a298c1e /doc
parent8946ad95e8a70a41ab9205fb1dc94ea1231cd267 (diff)
try to more exhaustively describe the problems here
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/read-only_removable_drives.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/todo/read-only_removable_drives.mdwn b/doc/todo/read-only_removable_drives.mdwn
index b899af08f..9dfc3569c 100644
--- a/doc/todo/read-only_removable_drives.mdwn
+++ b/doc/todo/read-only_removable_drives.mdwn
@@ -7,3 +7,11 @@ Otherwise, I would welcome advice on how to fix this problem without doing a `su
> Workaround: `sudo setfacl -R -m u:anarcat:rwx /media/foo/annex`
Note: this seems like there was at least one dupe opened about this in [[bugs/annex_get_fails_from_read-only_filesystem]].
+
+I concede that this may refer to many different issues, so here's a short inventory of issues with readonly repositories:
+
+* trying to add an external readonly drive through the webapp: not detected: see [[todo/show_readonly_removable_drives_in_the_webapp]]
+* trying to add an external readonly drive through the commandline: fails to sync? - couldn't reproduce locally, i will need to go back to that machine for more tests :(
+* trying to add a ssh readonly remote through the webapp: fails to sync and considers the remote "git-only" (which also fails) - couldn't reproduce locally either - maybe this is related to the upgrade option in [[bugs/annex_get_fails_from_read-only_filesystem/]]
+* trying to add a local readonly remote through the webapp: fails to add, see [[bugs/cannot_add_local_readonly_repo_through_the_webapp]]
+* failing to sync with a readonly remote of a different version: still an issue, see [[bugs/annex_get_fails_from_read-only_filesystem/]] - at least content should be syncable even if the upgrade fails (think of failure conditions such as broken hard drives that are put in readonly mode or ddrescue'd disk images)