aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2014-01-21 00:44:08 +0000
committerMatthias Andree <mandree@FreeBSD.org>2014-01-21 00:44:08 +0000
commitdb878e07de6ab321c11510906ae6bcb0af22f88f (patch)
treef63324d10a63c39c464e5537740526a9af9cc4e9 /Tools
parentc475ff83e8ea4c0bddfb3de5283329a237d5b4d2 (diff)
downloadports-db878e07de6ab321c11510906ae6bcb0af22f88f.tar.gz
ports-db878e07de6ab321c11510906ae6bcb0af22f88f.zip
Give proper reason why we reject replaced files.
Notes
Notes: svn path=/head/; revision=340523
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/psvn3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/scripts/psvn b/Tools/scripts/psvn
index 96f8e84f05e9..0e58dbef6b0f 100755
--- a/Tools/scripts/psvn
+++ b/Tools/scripts/psvn
@@ -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*)