6

During sonar runner analysis the SVN blame command is executed many times. Sometimes an error happens. The connection might be lost for a moment so that a timeout occurs and the SVN server can't be reached.

The sonar-runner aborts execution when such a error occurs.

Is it possible to configure sonar so that such SVN errors are ignored?

1 Answers1

20

You can use -Dsonar.scm.disabled=true. See this answer for details.

Community
  • 1
  • 1
Moritz
  • 405
  • 2
  • 8