Give proper reason why we reject replaced files.

This commit is contained in:
Matthias Andree 2014-01-21 00:44:08 +00:00
parent c475ff83e8
commit db878e07de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340523

View File

@ -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*)