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]

Genea's Commit History Incomplete

Hi,

Genea's Commit History ( http://www.ohloh.net/projects/5265/commits ) is incomplete. It only shows two pages of commits, but should have a lot more:
http://genea-logy.svn.sourceforge.net/viewvc/genea-logy/trunk/

greetings from Austria,

Stefan

Stefan Kögl about 18 years ago
 

Hi Stefan,

Unfortunately, you have run into a limitation of our Subversion importer. We only import activity in the directory you specify.
For Genea, that directory is /viewvc/genea-logy/trunk. This directory was created on 2006-09-14, so that's where the Ohloh import begins.

Yes, Genea had activity before this date, but that activity occured in a different directory, so Ohloh does not see it.

This log command will show you what Ohloh sees:

svn log https://genea-logy.svn.sourceforge.net/svnroot/genea-logy/trunk --stop-on-copy --verbose

This is a somewhat common problem, because many projects have reorganized their source code directories at some point. We want to fix it, but it's a challenging problem, so it will be some time before we can do this.

Robin

Robin Luckey about 18 years ago