K 10 svn:author V 6 romain K 8 svn:date V 27 2017-10-17T17:43:45.051586Z K 7 svn:log V 344 The documentation incorrectly states that % svn copy foo.c bar.c and % cp foo.c bar.c % svn add bar.c are equivalent. However, the first one keeps foo.c history and the second gets rid of it. Fix this and explain the difference. Reviewed by: brd, allanjude Approved by: allanjude Differential Revision: https://reviews.freebsd.org/D12678 END