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