Community
Participate
Working Groups
Build Identifier: M20100909-0800 Undo Delete does not work for shared projects as it is working for non-shared projects. The standard ResourceTree.internalDeleteFile creates a new entry in the local file history before deleting the file. The SVn hook is not doing this but uses the last entry in the file history to *restore* the file on undo. Reproducible: Always Steps to Reproduce: 1. Prepare a shared project with some files (any type), be up to date 2. Modify an arbitrary file and save the changes 3. Now delete the file 4. Now undo the deletion After the undo the state *before* the modification is restored.
Thank you for reporting the issue it is fixed for both now: delete and move actions.
Alexander, tanks for quickly fixing this. Is there any information about when this fix will be released?