Menu

#100 svn url on the website is wrong

open
nobody
None
5
2011-10-07
2011-10-07
chris
No

Running the SVN code on the main page (http://mediatomb.cc/) gives the following error:
$ svn co https://svn.mediatomb.cc/svnroot/mediatomb/trunk/mediatomb mediatomb
Error validating server certificate for 'https://svn.mediatomb.cc:443':
- The certificate hostname does not match.
Certificate information:
- Hostname: *.svn.sourceforge.net
- Valid: from Tue, 01 Feb 2011 03:25:10 GMT until Mon, 05 Mar 2012 04:22:59 GMT
- Issuer: GeoTrust, Inc., US
- Fingerprint: 94:74:b3:a9:54:ce:dc:e5:0d:d6:cf:86:b1:40:5a:48:b9:ea:15:de
(R)eject, accept (t)emporarily or accept (p)ermanently?

The given command should instead be:
$ svn co https://mediatomb.svn.sourceforge.net/svnroot/mediatomb/trunk/mediatomb mediatomb

Discussion


Log in to post a comment.