I was having troubles using svnlite to download /usr/src for the RasperryPi3.
svn: E120106: ra_serf: The server sent a truncated HTTP response body.
Seems this is a recurring problem on Pi from the threads I found.
I ended up having to use fetch instead.
I started to install
What I worry about is ftp is not a secure connection.
I am sorry to be discussing -CURRENT here as I know the rules.
On RPi3 we have no other alternatives.
svnlite co https://svn.freebsd.org/base/head /usr/srcsvn: E120106: ra_serf: The server sent a truncated HTTP response body.
Seems this is a recurring problem on Pi from the threads I found.
I ended up having to use fetch instead.
fetch ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/arm64/12.0-CURRENT/src.txz tar -C / -xzvf src.txzI started to install
git instead but it is 150MB and that seems wasteful.What I worry about is ftp is not a secure connection.
I am sorry to be discussing -CURRENT here as I know the rules.
On RPi3 we have no other alternatives.
Last edited: