From owner-svn-ports-all@FreeBSD.ORG Sun Aug 12 20:44:58 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 990EA1065673; Sun, 12 Aug 2012 20:44:58 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 946C88FC08; Sun, 12 Aug 2012 20:44:57 +0000 (UTC) Received: by bkcje9 with SMTP id je9so1201158bkc.13 for ; Sun, 12 Aug 2012 13:44:56 -0700 (PDT) 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=BAKJVjLfpbgIWS5h3hxHnsmx4K5hBnHjjNe5/k+GkZE=; b=ja6GNNpUWHsjYffed7zIhXUQUeW8R0SxBWbQpFMEp5BFXJ4IXEDCQkkVK3IeY8+gFG HV69TQMoc46VL8MkrOvZ7B2yZQmk8YtvpKCZ1cXkEVMez97x7Mdgfw8Ln5i4Jmd1acIb CKEL9nDYP0fDS6gw69O0/sT6K3/Y8goetvK08Kde7esG5wDANuM8DSL5vKE8YyK3fPC6 LVvazXr4WkAC9eJ1KBQTgxBPnwVHHKZGLy4JlfNLiZBBK5HOiE9U3tuc6ow5atIBpN8R 21ypfPa8ouaQeJZKzg8Ow/aTt/oHRp4L9zPCEiABc6k1NlE/+KP/mDu9CJlVytilg5fq NmRA== MIME-Version: 1.0 Received: by 10.204.15.199 with SMTP id l7mr3475492bka.51.1344804296573; Sun, 12 Aug 2012 13:44:56 -0700 (PDT) Received: by 10.205.134.12 with HTTP; Sun, 12 Aug 2012 13:44:56 -0700 (PDT) Received: by 10.205.134.12 with HTTP; Sun, 12 Aug 2012 13:44:56 -0700 (PDT) In-Reply-To: <50281323.3050609@FreeBSD.org> References: <201208121115.q7CBFkRe075493@svn.freebsd.org> <50281323.3050609@FreeBSD.org> Date: Sun, 12 Aug 2012 21:44:56 +0100 Message-ID: From: Chris Rees To: Bryan Drewery Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: svn-ports-head@freebsd.org, "Philip M. Gollucci" , 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 20:44:58 -0000 On 12 Aug 2012 22:33, "Bryan Drewery" wrote: > > On 8/12/2012 3:06 PM, Chris Rees wrote: > > 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. > > With svn log -v :) > > # svn log -v sysutils/ | less > /ltrace > > r278686 | bapt | 2011-08-01 00:52:02 -0500 (Mon, 01 Aug 2011) | 21 lines > Changed paths: > M /head/LEGAL > M /head/MOVED > M /head/russian/Makefile > D /head/russian/messarge > D /head/russian/pgp.language > M /head/security/Makefile > D /head/security/ifd-gempc410 > D /head/security/libidea > D /head/security/rain > M /head/sysutils/Makefile > D /head/sysutils/Tee > D /head/sysutils/curly > D /head/sysutils/i855vidctl10 > D /head/sysutils/ltrace > D /head/sysutils/rsyslog3-snmp > D /head/sysutils/xapply > M /head/textproc/Makefile > D /head/textproc/asm2html > D /head/textproc/diff-mode.el > M /head/vietnamese/Makefile > D /head/vietnamese/gtk-im-vi > M /head/www/Makefile > D /head/www/campsite > D /head/www/p5-PLP > D /head/www/wcol > M /head/x11-toolkits/Makefile > D /head/x11-toolkits/sdl_gui > > Bye bye abandonwares (part 5) Sure, but that doesn't help the svnweb user. Following the svn cp method keeps the history together, and gives a continuous history of the port as cvs used to. Without this, I have to guess that the port existed before, then mess about with svn log -v. This was obviously not what Philip was talking about, so hopefully he'll post his solution. Chris