Hello, I am a beginner.
I installed FreeBSD-11.0-RELEASE-amd64 on VM.
I installed kernel sources by:
I get:
And now:
And after
I think that is an issue on the server, or big volume of transferring data!
Is there another way to install sources?
I installed FreeBSD-11.0-RELEASE-amd64 on VM.
I installed kernel sources by:
svnlite co https://svn.freebsd.org/base/releng/11.0 /usr/src/
I get:
Code:
svn: E120106: ra_serf: The server sent a truncated HTTP response body.
And now:
Code:
# ll /usr/src/
total 62
drwxr-xr-x 4 root wheel 8 Feb 7 10:15 .svn/
-rw-r--r-- 1 root wheel 68125 Feb 7 10:16 UPDATING
drwxr-xr-x 5 root wheel 6 Feb 7 10:35 crypto/
drwxr-xr-x 14 root wheel 14 Feb 7 10:30 sys/
And after
svn cleanup && svn up
Code:
svn: E120106: ra_serf: The server sent a truncated HTTP response
Is there another way to install sources?