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]

Vote Up/Down and Cumulus commit data not being updated :-(

I currently have 2 projects listed on ohloh. I added them a couple of months ago, and I just happened to check onto them a while ago. I notice that the commits data is not being updated for either of the modules, even though lots of changes have been done over the months. Why is that happening?

https://www.ohloh.net/p/vote_up_down
https://www.ohloh.net/p/cumulus

Pratul Kalia over 15 years ago
 

Hi, Pratul --

Are you working on a CVS branch?

Ohloh only processes the HEAD branch. From the rlog, it looks like you might be working on another branch, which is not seen by Ohloh.

Let me know if this is the case.

Thanks,
Robin

Robin Luckey over 15 years ago
 

Yep :-) You're right. I am not working on the HEAD branch. I use HEAD only when we start porting code to another Drupal version. For all other development, we use the branch labeled DRUPAL-6--1. Can that branch be tracked instead?

Pratul Kalia over 15 years ago
 

Hi Pratul,

Our CVS adapter is hard-wired to process the HEAD. Tracking different branches should be straightforward to implement, but we've a lot to do, and we've only had a few requests for this.

If you're feeling very energetic, the CVS adapter code has been published here, and you could take a look at what it might take to implement this.

The code itself wouldn't be too bad -- it's all the testing that eats the time :-).

Thanks,
Robin

Robin Luckey over 15 years ago