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]

SilverStripe 2.4 enlistment fails

The enlistment for the active branch of SilverStripe seems to be failing.

URLs are here:

This seems to be failing, although I can access the URLs fine.

Luke Hudson over 14 years ago
 

Both seem to refuse anonymous access, hence they fail to check out from Ohloh. Could you look into the repository configuration?

Best,

Patrick

Patrick Lenz over 14 years ago
 

That's strange, I can definitely get anonymous access; I've tried from several different machines, including one with a fresh install, and can svn co without any auth. prompt..

You are definitely using the http:// transport?

Cheers,

  • Luke
Luke Hudson over 14 years ago
 

Here's the exact command as being used by the site:

svn info -r 38999 --no-auth-cache 'http://svn.silverstripe.com/modules/cms/branches/2.0@38999'

This then comes back with an authentication prompt. If that should work without authentication, I can clean out the repository locally and start over.

Best,

Patrick

Patrick Lenz over 14 years ago
 

Hmm, the URL should be:

http://svn.silverstripe.com/open/modules/cms/branches/2.4'

NB: '/open/'

Also, that revision is very low, we're up to around 101000, but perhaps your script is trawling through all the old revisions too?

Cheers,

  • Luke
Luke Hudson over 14 years ago
 

I've invested quite a bit of time into trying to debug this issue, but haven't been able to do so. The problem had been diagnosed by Robin Luckey as unsolvable almost three years ago so I'm afraid I have no way to state otherwise for the reasons included in his original forum post.

Sorry,

Patrick

Patrick Lenz over 14 years ago
 

Ah, I see. I hadn't seen this post before.
Thanks for your hard work on the issue.
Cheers,

  • Luke
Luke Hudson over 14 years ago