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 info@openhub.net

DotClear Lab: SVN repository not updated

Project: DotClear Lab
https://www.ohloh.net/p/DCLab/enlistments

The SVN repository is not updated by Ohloh.
This is probably due to the use of the usage a self-signed certificate for https.

Could you fix that (mark that certificate as ok for this site) ?

Olivier Mengué ... about 14 years ago
 

Hello

Ohloh automatically trusts server certs, so that's not the issue in this case.

When running the following command:
svn log --xml --stop-on-copy -r 1:HEAD '[[https://svn.dotclear.net](https://svn.dotclear.net)/lab/@HEAD'](https://svn.dotclear.net/lab/@HEAD') --no-auth-cache

The entire log is not sent. Instead it's truncated and the server send tacks on at the end an erroneous line:
svn: REPORT of '/lab/!svn/bc/3027': 200 OK (https://svn.dotclear.net)

This is a common SVN problem and searching Google for: 200 OK svn
... yields many discussions about this problem.

In some cases it's due to a post-commit hook on the server failing. In other cases it's due to a bungled CVS -> SCN conversion or a file corruption problem.

Until the command near the top of this comment runs correctly, Ohloh won't be able to update the project.

RobertSchultz about 14 years ago