From owner-freebsd-arm@FreeBSD.ORG Wed May 6 09:50:58 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63A5D728 for ; Wed, 6 May 2015 09:50:58 +0000 (UTC) Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 00A271D2D for ; Wed, 6 May 2015 09:50:57 +0000 (UTC) Received: by wiun10 with SMTP id n10so15564983wiu.1 for ; Wed, 06 May 2015 02:50:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:reply-to; bh=jM05RJkhjQBitXKuMR+39hUYAxl0lIfJHdJxIAVCUpU=; b=RcTl/Q7YcIxThBo50VR3JU5U+aN4J8nYeykziHvJQ2JEIcRd+aGJI/XSGPxLH8CPLL LD/qaTV0+TDp/rRol5N7boyITCxtvbCDP0UYGk9Gk9/IADW2DAZCQrtYOsgR0tTWeZ5l NVUllF/bv9D81rQS1KQKcYB8xRy7sVZkVnVImpGeXivO/h40i23UzV6WCmFp0DQyiTSW KRU1lVlznNrVssCrO2CdpEO4GOWG27RAI5pqa4ONrXsJdlIdiCryAkUyLFv1vh35Lmzy wcTYlnMhmgx8akHNBRDvkfLMfwP9JsJw+lqvgJpAJOQTc6iNFQ5Cc1SymHRyKYaBhwKf ITqg== X-Gm-Message-State: ALoCoQkn2IzIu4vAEuX38i1ILmaXMKhrQOJXLSgX+8L6haCPZIgJQlLx0wk1tOrIO09SJhQ0bkeQ X-Received: by 10.180.81.3 with SMTP id v3mr3365400wix.36.1430905850515; Wed, 06 May 2015 02:50:50 -0700 (PDT) Received: from mech-as222.men.bris.ac.uk (misc-users-pat-19-132.isys.bris.ac.uk. [137.222.19.132]) by mx.google.com with ESMTPSA id g14sm1903721wjs.47.2015.05.06.02.50.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 06 May 2015 02:50:49 -0700 (PDT) Received: from mech-as222.men.bris.ac.uk (localhost [127.0.0.1]) by mech-as222.men.bris.ac.uk (8.14.9/8.14.9) with ESMTP id t469omAu002047 for ; Wed, 6 May 2015 10:50:48 +0100 (BST) (envelope-from mexas@mech-as222.men.bris.ac.uk) Received: (from mexas@localhost) by mech-as222.men.bris.ac.uk (8.14.9/8.14.9/Submit) id t469omJD002045 for freebsd-arm@freebsd.org; Wed, 6 May 2015 10:50:48 +0100 (BST) (envelope-from mexas) Date: Wed, 6 May 2015 10:50:48 +0100 (BST) From: Anton Shterenlikht Message-Id: <201505060950.t469omJD002045@mech-as222.men.bris.ac.uk> To: freebsd-arm@freebsd.org Subject: how to prevent svnlite write large files under /tmp on arm? Reply-To: mexas@bris.ac.uk X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 May 2015 09:50:58 -0000 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