Installing source with svnlite checkout get no space left on device error

Code:
A    sys/dev/sound/pci/ich.c 
svn: E000028: Can't write to file '/tmp/svn-uu4RPA': No space left on device



For the error above, I am trying to install the source to FreeBSD 13.0 Current.
I used the command: svnlite checkout https://svn.freebsd.org/base/head /usr/src

The uname -v output is :
Code:
FreeBSD 13.0-CURRENT #0 r359731: Thu Apr  9 08:14:15 UTC 2020     [EMAIL]root@releng1.nyi.freebsd.org[/EMAIL]:/usr/obj/usr/src/arm64.aarch64/sys/GENERIC

For the output of df -h:
Code:
df -i
Filesystem             1K-blocks    Used    Avail Capacity iused   ifree %iused  Mounted on
/dev/ufs/rootfs         18218204 2817052 13943696    17%   26467 2381211    1%   /
devfs                          1       1        0   100%       0       0  100%   /dev
/dev/msdosfs/MSDOSBOOT     51096   25544    25552    50%     512       0  100%   /boot/msdos
tmpfs                      51200       4    51196     0%       5  179195    0%   /tmp

Thanks for any help.
 
Back
Top