Welcome! Log In Create A New Profile

Advanced

Error on SVN Update for Firmware

Posted by degroof 
Error on SVN Update for Firmware
October 27, 2007 01:26PM
I've got cygwin installed on my PC. I trued following the instructions here: [reprap.org]

It looks like I get a proper make but, when I try to get an update of the firmware source, I get the following error. I'm a bit clueless about subversion. I'm assuming it's just a configuration problem but I have no idea where to look. Any thoughts?

$ svn update devices
svn: PROPFIND request failed on '/svnroot/reprap/trunk/reprap/firmware'
svn: PROPFIND of '/svnroot/reprap/trunk/reprap/firmware': Could not resolve host name `svn.sourceforge.net': No address associated with name (https://svn.sourceforge.net)
Anonymous User
Re: Error on SVN Update for Firmware
October 27, 2007 01:39PM
That must be pretty old. sourceforge changed their hostnames a while back, so the hostname is now reprap.svn.sourceforge.net. Inside your firmware directory, try:

svn switch --relocate [svn.sourceforge.net] [reprap.svn.sourceforge.net]

and then update.
Re: Error on SVN Update for Firmware
October 27, 2007 02:30PM
That's got it. Thanks. looks like the cygwin-firmware.zip referenced in the instructions uses to old hostname.
Sorry, only registered users may post in this forum.

Click here to login