Dear Open Hub Users,
We’re excited to announce that we will be moving the Open Hub Forum to
https://community.blackduck.com/s/black-duck-open-hub.
Beginning immediately, users can head over,
register,
get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.
On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at
[email protected]
Hi there and congrats for the neat idea about ohloh.
I've submitted a project of mine (blueMarine) but when I enlist its svn url:
https://bluemarine.dev.java.net/svn/bluemarine/trunk/src
it replies
The server did not respond to a 'svn info' command. Is the URL correct?
But the URL is correct and svn info with that url works from my terminal.
I've got other projects in java.net which obviously suffer from the same problem.
Thanks.
Hi,
I tried the URL you have and it requires basic authorization with the username and
password. You are probably not supplying these to ohloh to pick up the results so
it gets permission denied and as the result 'svn info' does not work. Maybe it is a bug
with certificates also.
(I am not an ohloh developer; just suggesting a possible reason)
-s
Thank you for the hint. Actually it worked entering guest
as username and an empty password.