From owner-freebsd-ports@freebsd.org Tue Dec 12 19:30:00 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D66EE816F6 for ; Tue, 12 Dec 2017 19:30:00 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-ua0-x235.google.com (mail-ua0-x235.google.com [IPv6:2607:f8b0:400c:c08::235]) (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 22A0C6E582 for ; Tue, 12 Dec 2017 19:30:00 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-ua0-x235.google.com with SMTP id j14so15189084uag.11 for ; Tue, 12 Dec 2017 11:30:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=RlCTp2bkDWc9s7xPoS00uzAkgHpF6Pv0X0mPywcEkBI=; b=Zz4WMe6NC4YGTZidAsT0ObfiHYeRwZMfOAQJP0vwCRJRjbWiGdyUCKHWVG5+s1MVHk vUGh9jPjuVL4d1B7Ke9zCiK5KW6y3oLGWvqiK+rWLW8EIxV41XoxE/N+I9Xcx+9MRoIX 6rpwswWyyuoGm2n05T++v1a3c1sw3IhRbADVs236+OWvCFygPsOC2WR2Nn7nNBD9Zv5y 3Ca0vpaRSWz+WYrXickIeWHVJVYpRT01e9w0awa6a//JT9/+uF7Y8NJzsfjS0s7X4xVK wEy9rV7Mo4VAPk68ny9T8hMi9orTtr3sYSrvdlRVAXdo0Vapv/bRWtlZfTQPdk73B0qg nJWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=RlCTp2bkDWc9s7xPoS00uzAkgHpF6Pv0X0mPywcEkBI=; b=bWCCyJ54SfPUHSQpum4d72W2q38t1VyaWd8oKpLSS1yWu/A0x/Q36eQmm8x5EJxleQ unKYf2Fux7y7uc9bqmdjR1SR4dvvjaxqR9qx8wNAOSI0MvecFFyZlamEdafc/mjt5XkT KIGSrzzRETK2L1uH8r96Va3odiyCk8YlWPc6PFZIRgnMop0e+TiX4LzzMcBCstlpRnbp 3vnR5jklYhPC792hT/Ot8OOL9D47G+v52EDAG6r0ZvNPHNyaAUGwuOjhDH88js6tCJ1y X4WnXMocY5/zoSlfu5AR0hG8BwwZJPnEkr93NUR/yvQ3RZaddcftNcyquykq8onlgaaY VdrQ== X-Gm-Message-State: AKGB3mLq7oqzWn8kCRuHy2xsMBYmiarM+VkzxM5tutYRmEvCDX6GJB6B N6zCOkhBtxYov9syc+LM8pOPhthiL+Mw/Kihnf0= X-Google-Smtp-Source: ACJfBosDZRFhDHdOL59StwoNa63sC77dQxYz4BCR7RverGh5MpGk+KWzUOF690KfV55o14BVSjYSQk1RNhHrJeRGbmo= X-Received: by 10.159.35.84 with SMTP id 78mr5418944uae.188.1513106999070; Tue, 12 Dec 2017 11:29:59 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Ben Woods Date: Tue, 12 Dec 2017 19:29:48 +0000 Message-ID: Subject: Re: Keeping your Poudriere dry! To: blubee blubeeme Cc: FreeBSD Ports Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 19:30:00 -0000 On Wed, 13 Dec 2017 at 7:31 am, blubee blubeeme wrote: > This still leaves the other question; Can I make a svn diff from poudriere > ports tree? > If the poudriere ports tree was checked out with svn, then yes. In a shell, simply cd to the directory, and then type svn diff. You can check which method was used to create the poudriere ports tree with: $ poudriere ports -l The default method for creating a ports tree is portsnap, but at the time of creating a ports tree this can be overridden with -m: $ poudriere ports -c -p name -m svn+https Regards, Ben -- -- From: Benjamin Woods woodsb02@gmail.com