I have worked freelance on a project for a company who have generously allowed me to publish the project as open source. There is a SVN repository that has quite a long commit history, almost a year's work with hundreds of beautiful commits. The catch is that the versions in this repository contain several modules that will not be published as open source, and files that contain company-internal paths, generic passwords, and the like - no grave security risks but still awkward to have in a public repository.
If I export the repository into a new one, and strip it from all company-specific modules and settings, ohloh will warn that the project has a very short commit history - quite unjustly. Most of the work is done, the project is very mature, so it could be that there will not be much development commit-wise in the next few months. Still, the project is healthy and fresh, and I would really like to have these stats counted.
Is there any way to have the commit statistics counted, but the company-internal parts protected? Any ideas from the SVN camp, possibly?