How can I analyze a subversion project with Sonarqube?

Hi, I want to analyze a project hosted in Subversion with Sonarqube 8.8 but i don’t know how to do this task. Can someone help me with a step by step guide? Thanks.

Hey,

what programming language are you using? And do you build your application on some kind of CI server (e.g. Jenkins) or only locally?

Cheers,
Robin

Hey Robin, thanks for replying.

I would like to analyze two projects, one is built in Java and another one is built with PHP Laravel.
My applications are built only locally, we aren´t using Jenkins or similar.

Cheers,
Luis.

Hey Luis,

I would like to analyze two projects, one is built in Java and another one is built with PHP Laravel.
My applications are built only locally, we aren´t using Jenkins or similar.

Alright, good to know. For your Java project I would recommend either the SonarScanner for Gradle or the SonarScanner for Maven. It would require you to build your application with Gradle/Maven though.

If you don’t want to migrate to Gradle/Maven and for your other PHP project, you can use the generic SonarScanner.

Cheers,
Robin