jira-importer commented on issue #850: URL: https://github.com/apache/maven-scm/issues/850#issuecomment-2964629298
**[Justin Bleach](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=juicybananas)** commented I was able to work around the issue by doing this (includes the view now as well): \<connection>scm|clearcase|my_view|file:///c://views//my_view//configSpec.txt\</connection> Robert as you mentioned ScmUrlParserResult which is a private class in AbstractSvnScmProvider should basically be copied for the Clear Case provider. This way when the Clear Case provider attempts to make a URL from "c:\views\..." it doesn't barf and instead adds the "file://" to the URL to make it valid, else perhaps this could be communicated in documentation as "a feature" (parameter must be valid URL). Let me know, if I have time this weekend I may look into trying to fix this and check it in (whatever all is involved in that, not contributed to open source project before). I can look at it when no view is specified as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org