Stefano Bennati

Results 34 comments of Stefano Bennati

Thank you guys, I opened an issue in the ORT project to support this new feature https://github.com/oss-review-toolkit/ort/issues/8190

There is no stacktrace: the error is not fatal and the analyzer continues ``` ______________________________ / \_______ \__ ___/ The OSS Review Toolkit, version fdd83a3. | | | | _/...

Here is the stacktrace: ``` 13:27:19.337 [DefaultDispatcher-worker-1] DEBUG org.ossreviewtoolkit.plugins.packagemanagers.bundler.Bundler - Parsing dependency 'pry-rails'. 13:27:19.444 [DefaultDispatcher-worker-1] DEBUG org.ossreviewtoolkit.utils.ort.OkHttpClientHelper - Downloaded from https://rubygems.org/api/v2/rubygems/pry-rails/versions/0.3.9.yaml via network. 13:27:19.444 [DefaultDispatcher-worker-1] DEBUG org.ossreviewtoolkit.plugins.packagemanagers.bundler.Bundler - Parsing dependency...

I tried again and the issue is still present. You can verify it as well: `Scanned revision bf37c3f8745e1e68524ff8184c69615bb4562125 of Git repository https://github.com/apache/maven-doxia.git`

I debugged the scanner and found that the correct VCS_URL is passed to https://github.com/oss-review-toolkit/ort/blob/35d92523ad2cc9c536662dd1afa0d27c0dd124c8/downloader/src/main/kotlin/vcs/Subversion.kt#L112 The issue seems to be inside `org.tmatesoft.svn.core.wc.SVNClientManager`, as it tries to split the VCS_URL into a...

Any opinion on whether this is a bug in the SW or in the Apache SVN server? Any suggestions on how to fix this?