svn commit: r340523 - head/Tools/scripts

Matthias Andree mandree at FreeBSD.org
Tue Jan 21 00:44:09 UTC 2014


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 at FreeBSD.org>
+# Copyright (c) 2012,2014 Matthias Andree <mandree at 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*)


More information about the svn-ports-all mailing list