From owner-svn-ports-all@FreeBSD.ORG Tue Jan 21 00:44:09 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B3BF681; Tue, 21 Jan 2014 00:44:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4764F1E45; Tue, 21 Jan 2014 00:44:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L0i9Rk076858; Tue, 21 Jan 2014 00:44:09 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0L0i9o2076857; Tue, 21 Jan 2014 00:44:09 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201401210044.s0L0i9o2076857@svn.freebsd.org> From: Matthias Andree Date: Tue, 21 Jan 2014 00:44:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340523 - head/Tools/scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 21 Jan 2014 00:44:09 -0000 Author: mandree Date: Tue Jan 21 00:44:08 2014 New Revision: 340523 URL: http://svnweb.freebsd.org/changeset/ports/340523 QAT: https://qat.redports.org/buildarchive/r340523/ Log: Give proper reason why we reject replaced files. Modified: head/Tools/scripts/psvn Modified: head/Tools/scripts/psvn ============================================================================== --- head/Tools/scripts/psvn Tue Jan 21 00:42:27 2014 (r340522) +++ head/Tools/scripts/psvn Tue Jan 21 00:44:08 2014 (r340523) @@ -3,6 +3,7 @@ # psvn - Wrapper to set Subversion properties automatically # # Copyright (c) 2012 Beat Gaetzi +# Copyright (c) 2012,2014 Matthias Andree # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -66,7 +67,7 @@ checkstatus () { case "${_status}" in R*) - printf >&2 '===> Do not replace files as this will break the CVS exporter: "%s"\n' "${_file}" + printf >&2 '===> Do not replace files as this may lose history: "%s"\n' "${_file}" _error=1 ;; C*|?C*)