AndreyNikiforov / vault2git

Converts vault repository to git
52 stars 51 forks source link

Format of Converter.Paths Configuration #21

Open crossan007 opened 6 years ago

crossan007 commented 6 years ago

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.