pnedev / comparePlus

Compare plugin for Notepad++
GNU General Public License v3.0
1.01k stars 139 forks source link

Command "SVN Diff" fails with error message "No SVN data found" if folder ".svn" is in root directory #332

Closed dinkumoil closed 2 years ago

dinkumoil commented 2 years ago

I'm a SVN user and for development I use Windows SUBST command to map the folder structure of the project I'm currently working on to drive letter S:. That means, the .svn folder is located at S:\. That's the reason why ComparePlus plugin doesn't find it because function LocateDirUp doesn't check the root level of a directory structure.