grive2 icon indicating copy to clipboard operation
grive2 copied to clipboard

Remote renaming not working

Open decimoseptimo opened this issue 7 years ago • 2 comments

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.

decimoseptimo avatar Oct 26 '17 23:10 decimoseptimo

Same problem here. Not yet solved ?

novazur972 avatar May 26 '18 14:05 novazur972

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!)

ernstgumpinger avatar Mar 26 '19 07:03 ernstgumpinger