Skip to content
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

Open
zub13 opened this issue Mar 12, 2021 · 4 comments
Open

repo unavailable #4

zub13 opened this issue Mar 12, 2021 · 4 comments

Comments

@zub13
Copy link

zub13 commented Mar 12, 2021

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!

@markphip
Copy link
Contributor

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

@zub13
Copy link
Author

zub13 commented Mar 12, 2021

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.

@markphip
Copy link
Contributor

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

@zub13
Copy link
Author

zub13 commented Mar 16, 2021

Thanks! I am able to run the SvnClientAdapter by following your tip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants