[solved] Can't check SVN out

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

[solved] Can't check SVN out

Post by afecelis »

Hi guys,

Since a bit longer than a week, every time I try to check out svn I get this error:

Code: Select all

C:\>svn co https://svn.sourceforge.net/svnroot/irrlicht/trunk irrlicht
svn: PROPFIND request failed on '/svnroot/irrlicht/trunk'
svn: PROPFIND of '/svnroot/irrlicht/trunk': Could not resolve hostname `svn.sour
ceforge.net': The requested name is valid and was found in the database, but it
does not have the correct associated data being resolved for.   (https://svn.sou
rceforge.net)

C:\>svn co https://svn.sourceforge.net/svnroot/irrlicht irrlicht
svn: PROPFIND request failed on '/svnroot/irrlicht'
svn: PROPFIND of '/svnroot/irrlicht': Could not resolve hostname `svn.sourceforg
e.net': The requested name is valid and was found in the database, but it does n
ot have the correct associated data being resolved for.   ( https://svn.sourcefor
ge.net)

C:\>
Haven't been able to update in a long time.

Gaz, Hybrid, any ideas? Or anyone else having this issue?

regards,
Alvaro
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

yes it started doing this a couple of days ago, it looks like sourceforge are forcing people to use the full url now.

try this one instead:
https://irrlicht.svn.sourceforge.net/sv ... icht/trunk
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

ahhh! great Bitplane! :D It's working now.

cheers!
NoodlePowa
Posts: 32
Joined: Sun Jul 15, 2007 1:02 pm
Location: California

Post by NoodlePowa »

Update the FAQ? XD
"Be not ashamed of mistakes and thus make them crimes."
-Confucius
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

yep, just did it :)
Post Reply