commit | 0e7e30f5606b48a4c6d34bc99c6d680bb76d3fbc | [log] [tgz] |
---|---|---|
author | Ted Percival <ted.percival@quest.com> | Mon Oct 31 16:37:12 2011 -0600 |
committer | Eric Wong <normalperson@yhbt.net> | Tue Nov 01 20:05:33 2011 +0000 |
tree | ff493f4242703b3961d9e466b8071491e873130f | |
parent | be3fa9125e708348c7baf04ebe9507a72a9d1800 [diff] |
svn: Quote repository root in regex match Fixes a problem matching repository URLs, especially those with a '+' in the URL, such as svn+ssh:// URLs. Parts of the URL were interpreted as special characters by the regex matching. Signed-off-by: Ted Percival <ted.percival@quest.com> Acked-by: Eric Wong <normalperson@yhbt.net>