Date: Tue, 21 Jan 2014 00:44:09 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340523 - head/Tools/scripts Message-ID: <201401210044.s0L0i9o2076857@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <beat@FreeBSD.org> +# Copyright (c) 2012,2014 Matthias Andree <mandree@FreeBSD.org> # 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*)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401210044.s0L0i9o2076857>