From b16f3e650579c704737fd4a8fbeb11fd5961c1cc Mon Sep 17 00:00:00 2001 From: Ceri Davies Date: Tue, 20 Apr 2004 18:43:19 +0000 Subject: [PATCH] Add reminders to new committers to ensure that they do not omit commits to files containing entity declarations. --- .../articles/committers-guide/article.sgml | 24 +++++++++++-------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/en_US.ISO8859-1/articles/committers-guide/article.sgml b/en_US.ISO8859-1/articles/committers-guide/article.sgml index 369f6d2de5..e409c4c6c6 100644 --- a/en_US.ISO8859-1/articles/committers-guide/article.sgml +++ b/en_US.ISO8859-1/articles/committers-guide/article.sgml @@ -678,11 +678,11 @@ alias scvs env CVS_RSH=ssh cvs -d user@ncvs.FreeBSD.o You will almost certainly get a conflict because - of the $Id: article.sgml,v 1.189 2004-04-20 18:35:00 ceri Exp $ (or in FreeBSD's case, + of the $Id: article.sgml,v 1.190 2004-04-20 18:43:19 ceri Exp $ (or in FreeBSD's case, $FreeBSD$) lines, so you will have to edit the file to resolve the conflict - (remove the marker lines and the second $Id: article.sgml,v 1.189 2004-04-20 18:35:00 ceri Exp $ line, - leaving the original $Id: article.sgml,v 1.189 2004-04-20 18:35:00 ceri Exp $ line intact). + (remove the marker lines and the second $Id: article.sgml,v 1.190 2004-04-20 18:43:19 ceri Exp $ line, + leaving the original $Id: article.sgml,v 1.190 2004-04-20 18:43:19 ceri Exp $ line intact). @@ -981,16 +981,19 @@ checkout -P - Add yourself to the Developers section of - the Contributors List - and remove yourself from the Additional - Contributors section. Once you have done that, do not - forget to add your author entity to + Add your author entity to doc/en_US.ISO8859-1/share/sgml/authors.ent; - use the other entries as example. + this should be done first since an omission of this commit will + cause the next commits to break the doc/ build. This is a relatively easy task, but remains a good first test of your CVS skills. + + + Add yourself to the Developers section of + the Contributors List + and remove yourself from the Additional + Contributors section. @@ -1003,7 +1006,8 @@ checkout -P You should add your PGP or GnuPG key to doc/share/pgpkeys (and if you do not - have a key, you should create one). + have a key, you should create one). Do not forget to commit + the updated doc/share/pgpkeys/pgpkeys.ent. &a.des; has written a shell script to make this extremely simple. See the