Index: head/en_US.ISO8859-1/articles/committers-guide/article.xml =================================================================== --- head/en_US.ISO8859-1/articles/committers-guide/article.xml +++ head/en_US.ISO8859-1/articles/committers-guide/article.xml @@ -960,14 +960,15 @@ This command creates a copy of foo.c named bar.c, - with the new file also under version control: + with the new file also under version control and with the full + history of foo.c: &prompt.user; svn copy foo.c bar.c - The example above is equivalent to: - - &prompt.user; cp foo.c bar.c -&prompt.user; svn add 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. To move and rename a file: