[SOLVED] Unable to check out Python-Ogre.

stillfire

10-06-2007 18:56:12

Hey guys,

I was trying to follow this tutorial to compile python ogre on the mac: http://python-ogre.python-hosting.com/wiki/CompilingOnMacOSX. I couldn't get the source code though. When running svn to checkout the code I get this message:

$ svn co https://svn.python-ogre.python-hosting. ... ython-ogre
svn: PROPFIND request failed on '/trunk/python-ogre'
svn: PROPFIND of '/trunk/python-ogre': 405 Method Not Allowed (https://svn.python-ogre.python-hosting.com)

Anyone know where I went wrong?

andy

11-06-2007 02:40:24

Looks like the mac docs need updating -- svn has moved to

https://svn.python-ogre.org/trunk/python-ogre

Cheers

Andy

stillfire

11-06-2007 17:19:16

Thank you, that was it!