Index: en_US.ISO8859-1/articles/committers-guide/article.xml
===================================================================
--- en_US.ISO8859-1/articles/committers-guide/article.xml
+++ en_US.ISO8859-1/articles/committers-guide/article.xml
@@ -965,10 +965,11 @@
&prompt.user; svn copy foo.c bar.c
- This is usually preferred to copying the file with
- cp and adding it to the repository with
- svn add because this way the new file does not
- inherit the original one's history.
+ Using svn copy is usually preferable because
+ it keeps the history of the original file with the new file. When
+ the original file is manually copied to a new file, then added to
+ version control, the new file does not have the commit history of the
+ original.
To move and rename a file: