grive2
grive2 copied to clipboard
Remote renaming not working
After renaming /subdir/test
to /subdir/test-2
in remote.
Then running grive -V -P -s subdir
in local:
sync "./subdir/test" deleted in remote. deleting local sync "./subdir/test" moved to "./subdir/test-2". moving local Error syncing "./subdir/test-2": boost::filesystem::rename: No such file or directory: "./subdir/test", "./subdir/test-2"
On a second pass:
sync "./subdir/test-2" created in remote. cre ating local
After renaming /subdir/test-2
to /subdir/test-3
in local:
file "./subdir/test-2" is deleted in local Synchronizing files sync "./subdir/test-2" moved to "./subdir/test-3". moving remote
So, local renames seem being renamed in remote, but remote renames seem being removed in local on the first pass, then re-downloaded on a second pass.
Same problem here. Not yet solved ?
I wonder if this is related: After renaming a local folder "folderA" to "folderB", grive states "folderB" not found on remote, uploading "folderB" with all files and subfolders. (which can be a lot!)