-
Notifications
You must be signed in to change notification settings - Fork 5
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
repo unavailable #4
Comments
Can you specify what you are trying to do? Use this from Maven? If so, you need to read the GitHub docs on using their package repositories as they require authentication to use. If you just want the jar, you can download it via the GitHub web UI by clicking on the package: https://github.com/subclipse/javahl/packages/619702 |
I am using it from a maven project. Thanks for the tip. I have adjusted my settings.xml and now it works. I compiled the SvnClientAdapter without error, but when I execute the main() from the Sample.java class, I get the message "SVNKit client adapter is not available". Is there something missing? Appreciate your help. |
JavaHL and SVNKit are separate API providers and adapters. This repository just hosts the JavaHL code, which really comes upstream from Subversion. The JavaHL library only works if you have the corresponding native Subversion libraries available since it relies on JNI. SVNKit is a reverse-engineered implementation of SVN in pure Java.It is its own thing that you would have to get from them. I assume it exists in maven, I think the svnclientadapter build process pulls it. None of this stuff is really maintained anymore, and we never actually used any of this stuff via Maven for Subclipse. we just build and use the JAR's in our Eclipse plugins |
Thanks! I am able to run the SvnClientAdapter by following your tip. |
Hi, I am not sure if this is the right place to write about this. The url https://maven.pkg.github.com/subclipse/javahl is not available and this is the reason why I cannot build the application. Is there any solution? Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: