diff --git a/en_US.ISO8859-1/articles/committers-guide/article.sgml b/en_US.ISO8859-1/articles/committers-guide/article.sgml index e8dca1edef..68329f992a 100644 --- a/en_US.ISO8859-1/articles/committers-guide/article.sgml +++ b/en_US.ISO8859-1/articles/committers-guide/article.sgml @@ -2716,6 +2716,19 @@ $target - head/$source:$P,$Q,$R This is a relatively easy task, but remains a good first test of your version control skills. + + New files that do not have the + FreeBSD=%H svn + property will be rejected when committed to the + repository. Be sure to read the Subversion Primer + section regarding adding and removing files, in addition + to verifying ~/.subversion/config + contains the necessary "auto-props" + entries in auto-props.txt mentioned + there. + + Don't forget to get mentor approval for these patches!