| Summary: | Folder deletion fails in Node v0.10 | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Node | Assignee: | Mark Macdonald <mamacdon> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | ||
| Version: | 2.0 | ||
| Target Milestone: | 3.0 M1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Mark Macdonald
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=c9200b837509a25b7067f40804d7da69e5c40af4 Updated. If you're running the Node server from source, please use `npm install` to pick up the new dependency. If you're running the Node server installed through npm, update to version 0.0.15. Switching to the rimraff library for deleting folders (see bug 402667) fixed this issue. We think it was a race condition between deleting all files in a directory tree, and deleting the directories themselves. |