From owner-svn-ports-all@FreeBSD.ORG Sun Aug 12 21:50:43 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 933231065676 for ; Sun, 12 Aug 2012 21:50:43 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3A59F8FC12 for ; Sun, 12 Aug 2012 21:50:42 +0000 (UTC) Received: by qcsg15 with SMTP id g15so2306573qcs.13 for ; Sun, 12 Aug 2012 14:50:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=bWxsTF0tH2p5DqnIPbIfr6JeiDmOrLZDo+0b9Hj0K9E=; b=cVs4e+37miXpOnlEo8LL5YYd9IPfGa38fHJDYuLfbdM0t4YPWNVy9sQXAey7zRNBAB KmjGqdVds57uzDQx7MjEHGtX/YG9rawEvcfEGxiKjkwJbyW2NxCv2CyP39z05FL2Zhsf Y4aKephtxK8MgOnFQmO5HoRzoTxOYrRpKNJ4SKTa4gLK4ZQorfyn3cEnCfQET18JVZyR Iqzy8RnlDWmbGzk1B0plUFkch0ztx+ZCukLzfylVT5MtQFm59U489oGDxGFb2qhCISwU GjyNZGsCHYDTa/f3majP2w6TlQiREkO/H0TgvdL/C3xQ7Bc+47k7kSaBA5/rtZw3Vldx KAfg== MIME-Version: 1.0 Received: by 10.224.188.83 with SMTP id cz19mr21025605qab.23.1344808242003; Sun, 12 Aug 2012 14:50:42 -0700 (PDT) Received: by 10.49.85.41 with HTTP; Sun, 12 Aug 2012 14:50:41 -0700 (PDT) X-Originating-IP: [64.134.66.62] In-Reply-To: References: <201208121115.q7CBFkRe075493@svn.freebsd.org> Date: Sun, 12 Aug 2012 17:50:41 -0400 Message-ID: From: "Philip M. Gollucci" To: Chris Rees X-Gm-Message-State: ALoCoQn1TpjJ3R1MO8cPPlcduITNBhFg2H1RDqdzFHw94IWTzzAK2RPG+7tgEIKfSdCr3EujIJAZ Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r302434 - head/sysutils/ltrace X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2012 21:50:43 -0000 Yes, its not enabled on fbsd's svn. http://serverfault.com/questions/97715/how-to-initialise-a-viewvc-commit-database-on-debian I'm truly quite shocked neither ASF, FBSD, or KDE use this. Its the lightest thing ever, takes about 10 minutes to go from 0 to finished, and requires no backups b/c you can regenerate it from the local repo if you loose it. Though you could back it up in about 2.5 minutes. Gives you stats up to wazoo, and will answer this question among others in seconds. Its Built in to ViewVC, so no additional software needs to be installed assuming you built viewvc with the python-svn glue which iirc you have to for the webui. The only thing you need is a one-liner in the post-commit and post-rev-prop-change hooks. On Sun, Aug 12, 2012 at 5:31 PM, Chris Rees wrote: > On 12 August 2012 21:59, Philip M. Gollucci wrote: > > Correct, but tracking the peg notation for what the old revision is > doesn't > > need to clutter svn logs > > or have a script to track it with a html page. You just search for the > port > > name in ViewVC. It will tell you the last rev. > > I'm sorry, but I don't get what you're referring to. > > Have I missed a search button? > > Chris > > http://svnweb.freebsd.org/ports/ > > > On Sun, Aug 12, 2012 at 4:06 PM, Chris Rees wrote: > >> > >> On 12 August 2012 21:01, Philip M. Gollucci > wrote: > >> > This whole tracking removed/moved ports seems like over kill to me. > >> > ViewVC's db backend solves this with no effort and is very light on > the > >> > server side. > >> > >> How? The ideal situation is to svn cp an old version as I described > >> in [1]; failing that a forced commit referencing where the previous > >> version is is the only other way. > >> > >> If this isn't done, I don't see any other way to easily reference an > older > >> port. > >> > >> Chris > >> > >> [1] http://wiki.freebsd.org/PortsSubversionPrimer > >> > >> > On Sun, Aug 12, 2012 at 7:15 AM, Chris Rees > wrote: > >> >> > >> >> Author: crees > >> >> Date: Sun Aug 12 11:15:46 2012 > >> >> New Revision: 302434 > >> >> URL: http://svn.freebsd.org/changeset/ports/302434 > >> >> > >> >> Log: > >> >> Forced commit to note that this port was formerly available at > >> >> r278685 > >> >> > >> >> Modified: > >> >> head/sysutils/ltrace/Makefile > >> >> head/sysutils/ltrace/distinfo > >> >> head/sysutils/ltrace/pkg-descr > >> >> head/sysutils/ltrace/pkg-plist > >> >> > >> >> Modified: head/sysutils/ltrace/Makefile > >> >> > >> >> > >> >> > ============================================================================== > >> >> > >> >> Modified: head/sysutils/ltrace/distinfo > >> >> > >> >> > >> >> > ============================================================================== > >> >> > >> >> Modified: head/sysutils/ltrace/pkg-descr > >> >> > >> >> > >> >> > ============================================================================== > >> >> > >> >> Modified: head/sysutils/ltrace/pkg-plist > >> >> > >> >> > >> >> > ============================================================================== > >> > > >> > > >> > > >> > > >> > -- > >> > > >> > > --------------------------------------------------------------------------------------------- > >> > 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C > >> > Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 > >> > Member, Apache Software Foundation > >> > Committer, FreeBSD Foundation > >> > Consultant, P6M7G8 Inc. > >> > Director Operations, Ridecharge Inc. > >> > > >> > Work like you don't need the money, > >> > love like you'll never get hurt, > >> > and dance like nobody's watching. > >> > > >> > > > > > > > > > > > -- > > > --------------------------------------------------------------------------------------------- > > 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C > > Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 > > Member, Apache Software Foundation > > Committer, FreeBSD Foundation > > Consultant, P6M7G8 Inc. > > Director Operations, Ridecharge Inc. > > > > Work like you don't need the money, > > love like you'll never get hurt, > > and dance like nobody's watching. > > > > > -- --------------------------------------------------------------------------------------------- 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Director Operations, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching.