Ticket #36 (defect)
Opened 3 years ago
Handle partial MOVEs
Status: new
| Reported by: | luedi | Assigned to: | toby |
|---|---|---|---|
| Priority: | major | Milestone: | 0.11.0 |
| Component: | vss2svn.pl | Version: | 0.11.0 |
| Keywords: | Cc: | ||
The move action comes in two separate version records, one for the source project (MovedProjectFrom?) and one for the target project (MovedProjectTo?). Both activities are merged in the MergeMoveData? step, so that we can combine source and target phyiscal id in one action.
If one of the actions is missing the MergeMoveData? step fails to pick up source or target and consequently the further processing will fail.
One solution would be to move the project into or out of the orphaned folder when we only have partially MOVEs activities.
