I'm trying to dabble in MPGuino/OBDGuino code development.
Wanted to build my own Arduino environment, as a pre-built package is not available for my flavor of OS - Kubuntu/Jaunty 64-bit Linux.
I am following the instruction on the googlecode page for checking out the code properly (there is hardly any procedure before the code is checked out anyways). I still get stuck at precisely one point during checkout process, as indicated below -
Code:
$ svn checkout http://arduino.googlecode.com/svn/trunk/ arduino-read-only
...
A arduino-read-only/build/shared/sketchbook/default
A arduino-read-only/build/shared/sketchbook/examples
A arduino-read-only/build/macosx
A arduino-read-only/build/macosx/dist
A arduino-read-only/build/macosx/dist/librxtxSerial.jnilib
svn: REPORT of '/svn/!svn/vcc/default': Could not read response body:
connection was closed by server (http://arduino.googlecode.com)
Before giving out the svn error, the terminal was stuck for a loooong time at the librxtxSerial.jnilib line.
Please let me know where I am getting wrong. Thanks!