Welcome! Log In Create A New Profile

Advanced

Eclipse/SVN problems

Posted by Anonymous User 
Anonymous User
Eclipse/SVN problems
August 01, 2007 06:55AM
Hey,

I'm having some trouble with Eclipse. I'm using ubuntu 7.0.4. I thought i'd followed the instructions fully on the wiki (http://www.reprap.org/bin/view/Main/RepRapDeveloperInstallLinux) but when i tried to retrieve the host software i got all these errors...( the attached screenshot will explain it better than i could!)
I downloaded the host software from sourceforge instead, which is working fine. What i really need though is the 'poke' tool and when i try to access firmware/tools through svn i get 'file does not exist remotely' - svn: PROPFIND request failed on '/svnroot/reprap/!svn/bc/790/trunk/reprap/firmware/tools'
svn: Processing PROPFIND request response failed: required string: "lp1:version-controlled-configuration" (/svnroot/reprap/!svn/bc/790/trunk/reprap/firmware/tools)

What am i doing wrong?!confused smiley
Attachments:
open | download - Screenshot.png (141.3 KB)
Re: Eclipse/SVN problems
August 01, 2007 11:27PM
I don't know... TimmyH79 reported something very similar in another thread.

It may have been a temporary Subversion/SourceForge glitch?

Try

$ SVNURL="https://reprap.svn.sourceforge.net/svnroot/reprap/trunk/reprap"
$ svn co $SVNURL/firmware

at a shell prompt, and look inside the resulting firmware directory for firmware/tools.

You could even try my all-singing, all-dancing setup-reprap-host-dev-environment.sh script, instead :-)

Jonathan
Anonymous User
Re: Eclipse/SVN problems
August 02, 2007 08:32AM
> Try
> $ SVNURL="https://reprap.svn.sourceforge.net/svnroot/reprap/trunk/reprap"
> $ svn co $SVNURL/firmware

Thanks Jonathan, that worked!
Sorry, only registered users may post in this forum.

Click here to login