Correction: rclonelayout=`lower` is not synonymous with the directory remote, `direct...
authorSpencer <Spencer@web>
Mon, 7 Oct 2024 21:26:42 +0000 (21:26 +0000)
committeradmin <admin@branchable.com>
Mon, 7 Oct 2024 21:26:42 +0000 (21:26 +0000)
doc/bugs/git_remote_annex_-_rclone.mdwn

index 90c5e48862323b9cca1b4ccd749b35fd76045c5d..d879d3113776b2baaa0eee46ddd0a271e0ccd035 100644 (file)
@@ -28,7 +28,7 @@ git-annex: unable to use special remote due to protocol error
 
 This might be a fairly innocuous bug relating to the order of steps the helper takes to perform checks of the remote. However, it does raise some interesting questions about the compatibility of the helper with more complex remotes like rclone:
 
-- Can the helper support non-`lower` rclonelayouts? (`nodir` in particular)?
+- Can the helper support non-`directory` rclonelayouts? (`nodir` or `lower` in particular)?
 - Are the remaining rclone options not shown in the URL (and neither shown by e.g. `git annex info`) inherited from the `remote.log` or part of the bug here?
 - Could spaces in the `rcloneprefix` (path) affect the URL specification?
 
@@ -36,8 +36,6 @@ This might be a fairly innocuous bug relating to the order of steps the helper t
 
 1. Init an rclone remote using --with-url (technically I just added annex:: as url to an existing remote)
 1. Try simple operations like `git remote show <rclone remote>`
-1. I think it tries to seek the manifest file in an undefined point in the protocol leading to the error
-1. I wonder if the rclone remote layout affects the usability of this, although mine is set to lower for now to maintain compatibility
 
 ### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)