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]

Code analysis result skipped commits

Today I registered here and added MyGUI project. MyGUI is hosted at sourceforge, so I added sourceforge svn link, but was analysed only half of commits, first analysed commit is global relocation (I moved all code from some folders to trunk, but is was same repository). All commits before this one ignores, so ohloh shows that MyGUI have 722 commits instead 1302.

Altren almost 17 years ago
 

I've been here only a day or two, but I believe Ohloh analyzes only commits to /trunk/. Also, with projects I'm involved in such as mod-boot, changes that involved only changing folder structures seemed to be ignored.

dgw almost 17 years ago
 

Hm, why only trunk?
Some projects at sourceforge don't use trunk folder at all.

Altren almost 17 years ago
 

Because you added only the trunk folder - so it will only analyze the trunk folder. If you don't have one - don't add trunk to the svn url.

svn log -q https://my-gui.svn.sourceforge.net/svnroot/my-gui/trunk|grep ^r|wc -l

Sven Eckelmann almost 17 years ago
 

I added https://my-gui.svn.sourceforge.net/svnroot/my-gui but ohloh changed it to https://my-gui.svn.sourceforge.net/svnroot/my-gui/trunk

Is it possible to avoid this?

Altren almost 17 years ago
 

You can add as many Subversion subdirectories you like, but Ohloh will go out of its way to avoid unintentionally counting /branches and /tags.

That's why Ohloh automatically appends /trunk to the given URL, if it exists. There's no way to work around this, because we really, really don't want to ever count /branches and /tags unless specifically instructed.

If you have multiple directories besides the trunk that you want counted, you can add extra enlistments that point to the specific subdirectories that you want counted.

Ohloh's Subversion importer does not support directory moves and renames. Our importer only goes back to the point at which the directory was created or replaced, and stops.

In general, the Ohloh Subversion importer is pretty limited. There are plans for an upgraded importer that handles the full commit history and treats branches and tags intelligently, but it will be a while before this comes online.

Let me know if you have more questions,

Robin

Robin Luckey almost 17 years ago
 

Well, is there any way to remove Short source control history line. We have two years history, so this warning makes me unhappy because it's not true. May be I can set project start date somewhere?

Altren almost 17 years ago