Welcome! Log In Create A New Profile

Advanced

SVN firmware not found

Posted by Adrian Bowyer 
SVN firmware not found
July 13, 2007 05:16AM
For some reason the firmware directory seems to have disappeared from the repository (I hope temporarily...). Anyone know what's going on?

svn: PROPFIND request failed on '/svnroot/reprap/!svn/bc/723/trunk/reprap/firmware'
svn: Processing PROPFIND request response failed: required string: "lp1:version-controlled-configuration" (/svnroot/reprap/!svn/bc/723/trunk/reprap/firmware)


best wishes

Adrian

[reprap.org]
[reprapltd.com]
Re: SVN firmware not found
July 13, 2007 07:48PM
Checking out firmware works fine for me from the command line. The sample below was done on Cygwin on a Windows desktop at work moments ago.

Does command line svn checkout like this still work for you? Please explain exactly what you did to generate the error message you quoted.

Jonathan

jm@jm1:~$ SVNURL="https://reprap.svn.sourceforge.net/svnroot/reprap/trunk/reprap"
jm@jm1:~$ svn co $SVNURL/firmware
A firmware/tools
A firmware/tools/check_loop.sh
A firmware/tools/commtest.cc
A firmware/tools/poke.cc
A firmware/tools/dance.sh
A firmware/tools/snap.cc
A firmware/tools/snap.h
A firmware/tools/square.sh
A firmware/tools/checkmap
A firmware/tools/snap_packet.cc
A firmware/tools/Makefile
A firmware/tools/snap_packet.h
A firmware/picmake.inc
A firmware/LICENCE
A firmware/devices
A firmware/devices/stepmotorc
A firmware/devices/stepmotorc/Makefile
A firmware/devices/extruder_0_
A firmware/devices/extruder_0_/extruder1.c
A firmware/devices/extruder_0_/extruder2.c
A firmware/devices/extruder_0_/extruder.h
A firmware/devices/extruder_0_/Makefile
A firmware/devices/iobox
A firmware/devices/iobox/iobox1.c
A firmware/devices/iobox/iobox2.c
A firmware/devices/iobox/iobox.h
A firmware/devices/iobox/Makefile
A firmware/devices/motor
A firmware/devices/motor/motor1.c
A firmware/devices/motor/motor2.c
A firmware/devices/motor/motor.h
A firmware/devices/motor/Makefile
A firmware/devices/extruder_1_
A firmware/devices/extruder_1_/extruder1.c
A firmware/devices/extruder_1_/extruder2.c
A firmware/devices/extruder_1_/extruder.h
A firmware/devices/extruder_1_/Makefile
A firmware/devices/stepmotor-small
A firmware/devices/stepmotor-small/stepmotor2.c
A firmware/devices/stepmotor-small/stepmotor.h
A firmware/devices/stepmotor-small/Makefile
A firmware/devices/stepmotor-small/stepmotor1.c
A firmware/devices/stepmotor
A firmware/devices/stepmotor/stepmotor2.c
A firmware/devices/stepmotor/stepmotor.h
A firmware/devices/stepmotor/Makefile
A firmware/devices/stepmotor/stepmotor1.c
A firmware/devices/Makefile
A firmware/devices/stepmotorb
A firmware/devices/stepmotorb/Makefile
A firmware/share
A firmware/share/pic14.a
A firmware/share/serial1.c
A firmware/share/serial2.c
A firmware/share/serial.h
A firmware/share/pic14.h
A firmware/share/Makefile
A firmware/make.inc
A firmware/sim
A firmware/sim/master.stc
A firmware/sim/stim.data
A firmware/sim/usartst
A firmware/sim/usartsthex
A firmware/package_release
A firmware/Makefile
A firmware/README
Checked out revision 724.
jm@jm1:~$
Re: SVN firmware not found
July 14, 2007 07:48AM
Quoting RepRap Forum Mailer :

I was asking Eclipse to do a repository explore and it couldn't find it
(indeed, it still can't), but I've tried it from another machine and
that works fine. So I think it's something funny about that one
machine. I'll simply delete it and check it out again from scratch.

Sorry for the panic...

Best wishes

Adrian

Dr Adrian Bowyer
[staff.bath.ac.uk]
[reprap.org]


> Checking out firmware works fine for me from the command line. The
> sample below was done on Cygwin on a Windows desktop at work moments
> ago.
>
> Does command line svn checkout like this still work for you? Please
> explain exactly what you did to generate the error message you quoted.
>
> Jonathan
>
> jm@jm1:~$
> SVNURL="https://reprap.svn.sourceforge.net/svnroot/reprap/trunk/reprap"
> jm@jm1:~$ svn co $SVNURL/firmware
> A firmware/tools
> A firmware/tools/check_loop.sh
> A firmware/tools/commtest.cc
> A firmware/tools/poke.cc
> A firmware/tools/dance.sh
> A firmware/tools/snap.cc
> A firmware/tools/snap.h
> A firmware/tools/square.sh
> A firmware/tools/checkmap
> A firmware/tools/snap_packet.cc
> A firmware/tools/Makefile
> A firmware/tools/snap_packet.h
> A firmware/picmake.inc
> A firmware/LICENCE
> A firmware/devices
> A firmware/devices/stepmotorc
> A firmware/devices/stepmotorc/Makefile
> A firmware/devices/extruder_0_
> A firmware/devices/extruder_0_/extruder1.c
> A firmware/devices/extruder_0_/extruder2.c
> A firmware/devices/extruder_0_/extruder.h
> A firmware/devices/extruder_0_/Makefile
> A firmware/devices/iobox
> A firmware/devices/iobox/iobox1.c
> A firmware/devices/iobox/iobox2.c
> A firmware/devices/iobox/iobox.h
> A firmware/devices/iobox/Makefile
> A firmware/devices/motor
> A firmware/devices/motor/motor1.c
> A firmware/devices/motor/motor2.c
> A firmware/devices/motor/motor.h
> A firmware/devices/motor/Makefile
> A firmware/devices/extruder_1_
> A firmware/devices/extruder_1_/extruder1.c
> A firmware/devices/extruder_1_/extruder2.c
> A firmware/devices/extruder_1_/extruder.h
> A firmware/devices/extruder_1_/Makefile
> A firmware/devices/stepmotor-small
> A firmware/devices/stepmotor-small/stepmotor2.c
> A firmware/devices/stepmotor-small/stepmotor.h
> A firmware/devices/stepmotor-small/Makefile
> A firmware/devices/stepmotor-small/stepmotor1.c
> A firmware/devices/stepmotor
> A firmware/devices/stepmotor/stepmotor2.c
> A firmware/devices/stepmotor/stepmotor.h
> A firmware/devices/stepmotor/Makefile
> A firmware/devices/stepmotor/stepmotor1.c
> A firmware/devices/Makefile
> A firmware/devices/stepmotorb
> A firmware/devices/stepmotorb/Makefile
> A firmware/share
> A firmware/share/pic14.a
> A firmware/share/serial1.c
> A firmware/share/serial2.c
> A firmware/share/serial.h
> A firmware/share/pic14.h
> A firmware/share/Makefile
> A firmware/make.inc
> A firmware/sim
> A firmware/sim/master.stc
> A firmware/sim/stim.data
> A firmware/sim/usartst
> A firmware/sim/usartsthex
> A firmware/package_release
> A firmware/Makefile
> A firmware/README
> Checked out revision 724.
> jm@jm1:~$
>
> _______________________________________________
> Developers mailing list
> Developers@reprap.org
> [reprap.org]
>


_______________________________________________
Developers mailing list
Developers@reprap.org
[reprap.org]
Sorry, only registered users may post in this forum.

Click here to login