-
Notifications
You must be signed in to change notification settings - Fork 663
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
Deleting a folder on the server does not delete folder on Mac client #91
Comments
I can reproduce this, and here it is because when you delete a file from the server, it's not really gone, but hidden due to the way undelete is currently implemented. So this would make it a server bug owncloud/core#51 and owncloud/core#119 respectively. |
Given the behavior I see, which is that when I delete the folder manually, it is not deleted on the Mac client, I do not think this is the cause. |
@MTRichards suggests relation with #82. |
Tested this and can say it is 100% repeatable with 1.1.2pre2 and 4.5.2. Also, at the same time, I found the same bug, but with a file. Put a file in a new folder on the windows client. Sync to server, and then it will sync to the Mac. Once the folder/file combo is synced, then delete the folder on the windows desktop. It is deleted on the server quickly. It is not deleted on the mac, BUT THE FILE IS DELETED ON THE MAC. The log I sent has both issues in it. |
The issue remains in 1.1.3 on mac clients, with 4.5.4 and OS 10.7. 100% repeatable, the desktop client does not delete folders, though the files are deleted. |
Most likely an artifact from pre-unicode-normalization times. Closing. |
If you delete a folder on the server, it does not delete on the desktop mac client.
Reproduction:
Create a folder on the mac client. it will sync up to the server. Then, delete the folder on the server. It will not remove a folder on the desktop.
The desktop folder just sits there and doesn't get synced. Then, if you rename the desktop folder, it will then get synced to the ownCloud server.
10.7, 1.1.2Pre, 4.5.2, opensuse 12.2
The text was updated successfully, but these errors were encountered: