how to prevent svnlite write large files under /tmp on arm?

Ian Lepore ian at freebsd.org
Wed May 6 13:41:21 UTC 2015


On Wed, 2015-05-06 at 10:50 +0100, Anton Shterenlikht wrote:
> I'm trying to pull the ports tree with svnlite.
> svnlite creates a file under /tmp that grows
> bigger than /tmp, which is 30MB in the
> default install on armv6 freebsd10.1,
> Then svnlite crashes. I can increase the
> size of /tmp, but I wonder if I can tell
> svnlite not to write anyting under /tmp.
> Can this be specified via flags to svnlite?
> 
> Thanks
> Anton

There was a time when all unix programs universally honored whatever was
set in the TMPDIR env var, but I'm not sure that's still true these
days.  It's worth a try though.

-- Ian



More information about the freebsd-arm mailing list