I've completed the migration of the subversion repository to the "new" Project HQ code. I have tested the code out, and it seems to work fine. If you have any issues, please let me know.
I'm also wanting to move to a friendlier url for the repository. "svn.projecthq.org" is aliased to "openpm-org.svn.sourceforge.net" at the moment (and will be updated when the project's SF.net unix name changes). So you should be able to type
svn co https://svn.projecthq.org/svnroot/openpm-org/trunk
and that should check out the code for you. You will get a warning about a mismatching SSL certificate, but you can safely accept it. If you issue the above command, you should get something that looks like this:
Error validating server certificate for 'https://svn.projecthq.org:443':
- The certificate hostname does not match.
Certificate information:
- Hostname: *.svn.sourceforge.net
- Valid: from Tue, 09 Oct 2007 14:15:07 GMT until Mon, 08 Dec 2008 15:15:07 GMT
- Issuer: Equifax Secure Certificate Authority, Equifax, US
- Fingerprint: fb:75:6c:40:58:ae:21:8c:63:dd:1b:7b:6a:7d:bb:8c:74:36:e7:8a
(R)eject, accept (t)emporarily or accept (p)ermanently?
Simply typing "p" and hitting enter should accept the certificate permanently, and you won't be bothered by it again. Just make sure that your details match these (especially the fingerprint), so that you're not accepting some rogue certificate.





