Open cdokolas opened 11 years ago
Looking at the code, I'm now under the impression that the code should read like this:
regex = '^(?:' + regex.join('|') + ')|(?:' + exclude.join('|') + ')'
(note the extra |
in ')|(?:'
)
I'll test it ASAP!
Update: Doesn't work. Gives ' was unexpected at this time.
e.g. I have my trunk at "trunk/MyProjects" and branches at "branches/development" and I want to exclude a (branch copy) commit that contains a problematic path, detectable with the string "2783". Then I get the following right from the start:
Using: Windows 8, svn2git 2.2.2 (with lbreuss change for multiple branches/tags, but it happens with the original code as well)