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, i can't enlist my svn repo, it is behind a symbolic link on the server. like: http://www.myserver.xy/svn/symlnk_to_actual_svn This gives me an error (An error occured connecting to the server...) Any ideas or solutions? Thanks ahead.
atcl
Hi atcl,
To work with Ohloh, the Subversion server must support the following commands:
svn info
svn log --verbose --xml -r
svn checkout --ignore-external -r
All of these commands must return a 0 exit status from the command line. We support svn, http, and https protocols.
We can access repositories that require a password, but the password becomes public knowledge.
If you give me the actual URL, I might be able to help you figure out why our server is complaining.
Thanks,
Robin
Hi, Thanks for the quick response. My url is: http://www....
Well, yes, we're getting a 301 Redirect with this URL.
Unless you have a direct URL that doesn't redirect, we're dead in the water.
Ok, i now use svn:// and it works fine.