From owner-freebsd-ports@freebsd.org Wed Dec 13 02:16:43 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 2902EE8DB35 for ; Wed, 13 Dec 2017 02:16:43 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-it0-x22b.google.com (mail-it0-x22b.google.com [IPv6:2607:f8b0:4001:c0b::22b]) (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 E28BB7E0E3 for ; Wed, 13 Dec 2017 02:16:42 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-it0-x22b.google.com with SMTP id f190so1832802ita.5 for ; Tue, 12 Dec 2017 18:16:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=/PCrDjMWagD9wECW2qelxpmU3vNF42a2bFMBGBDslF0=; b=DCG00j+n+jjJ+W1qKlWERFgZmqF3ymio6t9UNDz0nMVkhI4pXGzY4XW8mdXPj5Uu+3 g5RWpRUIohkYqclS6s9Ezg/8pNGfIYcWseo64UOpU6NbEq7QBvhPTPtDxNPQmu59IKO8 vH7cR0IRBODjU3x+xuY4MRZI2ybvhoxOWa65I+sKf9e9InIQwPzwuf2nN0OfQPWfCNAD F9V6FS9kOdg2mkFvVh7N04VDMW1H59kS/fmAz5WKiXgC0hU/ex5KgPg1ZbYIh1A0r2Ky 5UXwHkfYDa4JQXR+zU6lKsL35nSJF+MlsgPiXAWAKR5MQjAAvbH0SRcJbZPMG577WMaO sArA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=/PCrDjMWagD9wECW2qelxpmU3vNF42a2bFMBGBDslF0=; b=rk+25BOzS/4PbJsqzeNOoKDfkqh+lsaDYBarmPWkwVZa5uWc0vtc9jxsy5FK+kj+8Z XI2qOQSQZDxHqVtTOd8dGoPr7icwFb5l3vI+w1ZqEQxnjvxuEvro+HWa761C6gJ0UoZt qvI9xqG5u8wHo7GTTeoYV8QGqOw0tjJtTx5eYh/kh9/8+g64GsNzEpSbfkwybgzsidLt pz0ehrAMGFkvkcE+Zipb+iaYi+RBisiGsx8HlqJ32OFJLeoaa3hCtPSY00AWXf8e8mP7 bQWyEBkAssBAId6uc1fcrzLmr7Sipemb6GyJCzVrjXEbh+ot947SSBZfU9Nm4THCghnd fsvw== X-Gm-Message-State: AKGB3mJBOfBO41xlpE6lbPFn1ViYdCMXAo+rUH+9S9qMKVzaqLIoVMH0 Oj+AzWd1bonk+SbgoUxdxAMukvuZDf7yRqXAul8= X-Google-Smtp-Source: ACJfBosGG92bM1sLQCO+Pl5j9/n4JrDdWgLHPu4PiWY5lXjqUFZpee6LQBqZVbk84VOvLn6jNd7a6ELWqkO0H3A7P3M= X-Received: by 10.36.221.147 with SMTP id t141mr1067323itf.140.1513131402043; Tue, 12 Dec 2017 18:16:42 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.11.31 with HTTP; Tue, 12 Dec 2017 18:16:41 -0800 (PST) In-Reply-To: References: From: blubee blubeeme Date: Wed, 13 Dec 2017 10:16:41 +0800 Message-ID: Subject: Re: Keeping your Poudriere dry! To: Ben Woods 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: Wed, 13 Dec 2017 02:16:43 -0000 On Wed, Dec 13, 2017 at 3:29 AM, Ben Woods wrote: > > 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 > Thank you, that was it.