svn: Quote repository root in regex match
commit0e7e30f5606b48a4c6d34bc99c6d680bb76d3fbc
authorTed Percival <ted.percival@quest.com>
Mon, 31 Oct 2011 22:37:12 +0000 (31 16:37 -0600)
committerEric Wong <normalperson@yhbt.net>
Tue, 1 Nov 2011 20:05:33 +0000 (1 20:05 +0000)
treeff493f4242703b3961d9e466b8071491e873130f
parentbe3fa9125e708348c7baf04ebe9507a72a9d1800
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>
git-svn.perl