Date: Wed, 06 May 2015 07:35:22 -0600 From: Ian Lepore <ian@freebsd.org> To: mexas@bris.ac.uk Cc: freebsd-arm@freebsd.org Subject: Re: how to prevent svnlite write large files under /tmp on arm? Message-ID: <1430919322.6170.138.camel@freebsd.org> In-Reply-To: <201505060950.t469omJD002045@mech-as222.men.bris.ac.uk> References: <201505060950.t469omJD002045@mech-as222.men.bris.ac.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1430919322.6170.138.camel>