summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2014-10-20 19:33:39 +0000
committerGravatar admin <admin@branchable.com>2014-10-20 19:33:39 +0000
commit964e08e45b274481b701c1694a03f747e6005f67 (patch)
tree0045486d6ac2decd7cc55b47caa1042e284a11b5 /doc
parentc298ca5566ccfbf29917202469d84676a531dd85 (diff)
fork off [[todo/read-only_removable_drives/]]
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/show_readonly_removable_drives_in_the_webapp.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/todo/show_readonly_removable_drives_in_the_webapp.mdwn b/doc/todo/show_readonly_removable_drives_in_the_webapp.mdwn
new file mode 100644
index 000000000..e0e570fe0
--- /dev/null
+++ b/doc/todo/show_readonly_removable_drives_in_the_webapp.mdwn
@@ -0,0 +1,15 @@
+Coming from [[todo/read-only_removable_drives/]], this is use case 1: use inserts an `ext` formatted filesystem that he built at home (so files are owned by uid `1000`) in the office computer (where he is uid `1001`). Now, this is a limitation of UNIX-style removable drives, admittedly, but I would expect to be able to sync "down" from the hard drives to copy the contents locally.
+
+So in short, expected behavior:
+
+1. insert the drive
+2. drive is shown in the webapp menu
+3. add the drive as a remote for the local repo
+4. sync the content from the drive to the local repo
+
+Actual behavior:
+
+1. insert the drive
+2. drive is not shown in the webapp menu
+
+--[[anarcat]]