When specifying the Convertor.Paths Configuration setting, there must not be a / between the final character of the path name and the ~ preceding the branch name.
If a / is present between these two elements, then the workaround for file deletions will not occur successfully.
When specifying the
Convertor.Paths
Configuration setting, there must not be a/
between the final character of the path name and the~
preceding the branch name.If a
/
is present between these two elements, then the workaround for file deletions will not occur successfully.This surfaces in Processor.cs in line 406 where the "path to be deleted" is calculated.