Forums : Technical Issue Help

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]

svn repo behind symbolic link

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

atcrosslevel almost 16 years ago
 

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

Robin Luckey almost 16 years ago
 

Hi, Thanks for the quick response. My url is: http://www....

atcrosslevel almost 16 years ago
 

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.

Robin Luckey almost 16 years ago
 

Ok, i now use svn:// and it works fine.

atcrosslevel almost 16 years ago