I am new to SonarQube and SonarQube Scanner. I need to use these software for my existing maven project which I downloaded from svn. I changed the sonar-scanner property file according to my objectives. But when run sonar-scanner following error has occurred.
ERROR: Error during SonarQube Scanner execution
ERROR: Error when executing blame for file 'some file'
ERROR: Caused by: svn: E175002: unknown host
svn: E175002: OPTIONS request failed on 'svn path to the file'
ERROR: Caused by: 'svn host'
ERROR:
ERROR: Re-run SonarQube Scanner using the -X switch to enable full debug logging.
Furthermore, I am using maven 3.1.1 version. Any help would be grateful.
Thank you in advance !!!