-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested provenance cannot be resolved because SVN path is not found #6160
Comments
This sounds like a temporary issue with the server itself. Can you just try again @bennati? |
I tried again and the issue is still present. |
I debugged the scanner and found that the correct VCS_URL is passed to
The issue seems to be inside Below is the stacktrace:
|
Any opinion on whether this is a bug in the SW or in the Apache SVN server? |
any updates on this? @sschuberth |
No, I didn't yet find the time to look into this. |
any updated? |
I finally invested some of my personal time to look into this, and I was able to come up with a test to reproduce this. It's not related to the downloader, but to the (nested) provenance resolver. Looks like we're having a SVN-specific issue with deciding whether to update the working tree with a (numeric) revision, or a switch to a (symbolic) tag. |
Disable one of the tests as the underlying issue [1] still needs to be fixed, but keep the test as a reproducer. [1]: #6160 Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Disable one of the tests as the underlying issue [1] still needs to be fixed, but keep the test as a reproducer. [1]: #6160 Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Disable one of the tests as the underlying issue [1] still needs to be fixed, but keep the test as a reproducer. [1]: #6160 Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Ensure that always the first algorithm mentioned at [1] is applied. This avoids errors e.g. when updating to a resolved revision of a tag path. Fixes #6160. [1]: https://svnbook.red-bean.com/en/1.7/svn.advanced.pegrevs.html Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
Ensure that always the first algorithm mentioned at [1] is applied. This avoids errors e.g. when updating to a resolved revision of a tag path. Fixes #6160. [1]: https://svnbook.red-bean.com/en/1.7/svn.advanced.pegrevs.html Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
Ensure that always the first algorithm mentioned at [1] is applied. This avoids errors e.g. when updating to a resolved revision of a tag path. Fixes #6160. [1]: https://svnbook.red-bean.com/en/1.7/svn.advanced.pegrevs.html Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
Ensure that always the first algorithm mentioned at [1] is applied. This avoids errors e.g. when updating to a resolved revision of a tag path. Fixes #6160. [1]: https://svnbook.red-bean.com/en/1.7/svn.advanced.pegrevs.html Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
When scanning https://github.com/apache/maven-doxia/tree/doxia-1.1.2/doxia-core
The scanner returns the following error:
Despite the path existing https://svn.apache.org/repos/asf/xerces/xml-commons/tags/xml-commons-external-1_3_03/
This is our curation, that has worked until now:
The text was updated successfully, but these errors were encountered: