From owner-freebsd-questions@FreeBSD.ORG Sun Jan 25 09:37:26 2015 Return-Path: Delivered-To: freebsd-questions@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 C180C7DC for ; Sun, 25 Jan 2015 09:37:26 +0000 (UTC) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 53EB0DB1 for ; Sun, 25 Jan 2015 09:37:26 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id y19so4368729wgg.11 for ; Sun, 25 Jan 2015 01:37:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=a6Mf4ikFY7M1OXee5pnD3o9AZJwSa90k7RbSZfOOEtA=; b=dnNGojMq/LMyuLAfSdrmCWH8oIry7J6O9R/6GINmKvBlLNIe1TuJ+sHuX/qqF//D6F M0jejJ+lm4LYYnuXPWMeb/Livsf1+t8RSgCTO7yVanmcUoQC5UQhzoW2oh6lhyfTUEq5 o5zrxwmdeM1SX72yw9YNWGx79X050sE1+bc7L8lUzlbykoYRb5uqPrn++rmOLWDjoIT0 jGNjLn7arSgIgDH9SmF3/U1KOHFUFSHvaCzMjvfYswX+3MktvzbD5aD2t1Cg4/dCTiv1 2jW5wr36/SUh3r19kBT1iZAYNytq1BlEA0G3CzpMSiOOgq9xdsd1wTi1JH/wAiexPjtP k/oQ== MIME-Version: 1.0 X-Received: by 10.180.87.42 with SMTP id u10mr15008550wiz.51.1422178644667; Sun, 25 Jan 2015 01:37:24 -0800 (PST) Received: by 10.194.14.170 with HTTP; Sun, 25 Jan 2015 01:37:24 -0800 (PST) In-Reply-To: <54c46dc9.g8hlWlQMinVEej1f%perryh@pluto.rain.com> References: <54c46dc9.g8hlWlQMinVEej1f%perryh@pluto.rain.com> Date: Sun, 25 Jan 2015 10:37:24 +0100 Message-ID: Subject: Re: svn commit logs From: Johan Hendriks To: Perry Hutchison Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 09:37:26 -0000 Op zondag 25 januari 2015 heeft Perry Hutchison het volgende geschreven: > How would I go about either viewing online, or downloading to view > offline, the svn commit logs for base for the last month -- without > needing to "svn co" all of base/head? (I don't run current.) > > Poudriere is complaining that one of my ports no longer builds on > HEAD, and I'm wondering if there may have been an incompatible > change in a .h file. I haven't found anything obviously related > in base/head/UPDATING, nor in the archives of current@. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org " > You could try freshbsd.org It logs commits from all major bsd projecs. Regards Johan