-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not warn on rename #137
Comments
That's a good call-out, I'll add a warning if the rename will potentially overwrite an existing file. |
Not tested, but can I assume it may do the same if you move pluto.jpg into a folder where a pluto.jpg already exists? |
Yes, same result. |
I wonder if it would also be worth doing a second check during the actual file move/rename operation, like so:
|
The WebDAV spec handles This works fine on single-file moves or renames, but is going to be tricky on files where many files may end up with conflicts... |
If I create a fresh Davros grain and rename
shuttle.jpg
topluto.jpg
,pluto.jpg
is overwritten. This matches the behavior of Unix'smv
command, but should probably issue a warning/confirmation dialog.(This is with experimental version 0.31.1.)
The text was updated successfully, but these errors were encountered: