Michael Osipov created SCM-877:
----------------------------------
Summary: AbstractSvnScmProvider#parseScmUrl() accepts file URLs
with backslashes while SvnTagBranchUtils cannot handle them
Key: SCM-877
URL: https://issues.apache.org/jira/browse/SCM-877
Project: Maven SCM
Issue Type: Bug
Components: maven-scm-provider-svn
Affects Versions: 1.9.5
Reporter: Michael Osipov
Fix For: 1.9.6
Subversion accepts URLs in the form:
{noformat}
svn co file:///D:\my\repo{noformat}
While this URL is invalid, it is still parsed properly. Using the same URL in
{{<developerConnection />}} makes SvnTagBranchUtils completely fail in path
calculation because it does not handle backslashes at all.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)