Ticket #50 (defect)
Opened 2 years ago
Fix wrong deleting order
Status: new
| Reported by: | toby | Assigned to: | toby |
|---|---|---|---|
| Priority: | major | Milestone: | 0.11.0 |
| Component: | vss2svn.pl | Version: | 0.11.0 |
| Keywords: | Cc: | ||
Patch from user Sergei Meleshko on an issue encountered with delete order of folders. From his email:
"I would propose a patch that fixes a wrong order of deleting subfolders that were deleted at the same second. For instance we have a vss database with projects:
$/
Project
It is possible to delete projects $/Project and $/Project/SubProject at the same second using ss.exe utility. In that case after converting the project $/SubProject also will be deleted in dump file, because vss2svn deletes $/Project, than $/SubProject instead of $/Project/SubProject."
Attachments
Change History
04/17/2007 10:49:34 AM: Modified by toby
- attachment patch.zip added.

Zipfile from user with patch file as well as test source vss database