oss-review-toolkit / ort

A suite of tools to automate software compliance checks.
https://oss-review-toolkit.org
Apache License 2.0
1.61k stars 309 forks source link

ORT ignores Subversion revisions #6484

Open bennati opened 1 year ago

bennati commented 1 year ago

When analyzing https://svn.jboss.org/repos/hibernate/jpa-api/tags/hibernate-jpa-2.0-api-1.0.1.Final

Processed Repository: https://svn.jboss.org/repos/hibernate/jpa-api
Processed Repository Revision: tags/hibernate-jpa-2.0-api-1.0.1.Final

rule violations are raised for files that are part of a different revision, e.g. LicenseRef-scancode-sun-ejb-spec-3.0 in file tags/v2_0_Beta1/license.txt

This seems to happen only if the svn package is a dependency, while these violations do not appear when scanning the package directly.

sschuberth commented 1 year ago

Could this be somehow related to https://github.com/oss-review-toolkit/ort/issues/6160?