Migrate task fails when Applications are in different paths across instances.
Source: Applications/FolderA/MyApp
Target: Applications/FolderB/MyApp
Existence checks fail because we're continuing to expect the source path on the destination.
I've fixed it in my fork, but it requires the get_all_versions function of the XLDClient to have the recursive feature.
If #63 goes in, I can make another patch branch to add the fix in
Migrate task fails when Applications are in different paths across instances.
Source: Applications/FolderA/MyApp
Target: Applications/FolderB/MyApp
Existence checks fail because we're continuing to expect the source path on the destination.
I've fixed it in my fork, but it requires the get_all_versions function of the XLDClient to have the recursive feature.
If #63 goes in, I can make another patch branch to add the fix in