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]

Pidgin enlistenment not working

Step 1 of 3: Downloading source code history (Failed about 1 month ago.)

I'm using the git mirror which sometimes is recreated from scratch. I guess that's screwing up with ohloh.

Felipe Contreras about 15 years ago
 

Hi Felipe,

Our git tracker is built for incremental updates. If a repository is recreated or rebased, our system won't be able to handle this, and it will require manual intervention for a complete clean re-analysis.

If you have access to another source control system which doesn't have this behavior, that will be better for us.

In the meantime, I will schedule a clean download for Pidgin.

Thanks,
Robin

Robin Luckey about 15 years ago
 

Can this manual process be triggered by users? it would be really useful.

Besides, git rebases happen all the time.

Felipe Contreras about 15 years ago
 

Clean recounts are very expensive for us, so we do not want the general public triggering these.

While git rebases do happen all the time on private repositories, they are rare (and rightfully so) on public distribution repositories. Because rebasing breaks pulls, once a head has been published to the world at large it should not be rebased.

Robin Luckey about 15 years ago
 

They are not. Even on git.git they happen all the time.

Remember that branches are cheap in git, so people create temporary branches, or utility branches (pu in git.git).

And also remember that DSCMs don't need a 'public distribution repo'. Although there's probably 'the main guy' repo that is assumed as it.

Felipe Contreras about 15 years ago