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.synopsys.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]

Enlistment Download Failure for Synecdoche

The Synecdoche project has experienced at least two failed downloads now. The SVN repo is still working, so I'm not sure what's going on. Thanks for any attention into it.

Anonymous Coward over 14 years ago
 

Hi jedirock,

We had some email discussion earlier this week with Der Meister about this.

It turns out that there is a problem with at least one of the files in the repository:

svn cat -r 958 'file:///fs1/clumps/000/000/030/060/trunk/client/client_types.C@958'
svn: Inconsistent line ending style

Unless this can be fixed in the repository itself, Ohloh cannot process this repository.

Thanks,
Robin

Robin Luckey over 14 years ago
 

Okay, I'll take a look into it. Thanks for the heads up, seems DerMeister didn't let the rest of us know.

Anonymous Coward over 14 years ago
 

I don't think there is a way to fix that in the repository. The problem is that someone committed with a non-standard tool that didn't obey svn:eol-style, and now that file has some CRLF newlines on the server side, even though eol-style is native (which means newlines are LF server-side).

The only way to fix it would be to do a local svnsync dump, somehow fix the data, wipe the repository in Google Code, and upload it all back with svnsync. And I have no idea how I'd do the second step...

Is there any way you can just skip that broken revision?

nicolas-17 over 14 years ago
 

No sorry, it is not possible for us to skip revisions.

Robin Luckey over 14 years ago
 

I found a way to fix the repo, stay tuned.

EDIT: wait, it looks like ohloh was already working by now?! Oh well, too late. Repository already reset and I'm uploading the fixed version.

nicolas-17 over 14 years ago