From 74d3fbccc7a4dbf4ba31ab22fbb194452bfcf37c Mon Sep 17 00:00:00 2001
From: Chin-San Huang
Date: Sun, 8 Apr 2007 16:56:44 +0000
Subject: [PATCH] - Make new committer more clear to know which files they
should update.
Submitted by: lwhsu@
Approved by: delphij@ (mentor)
---
.../articles/committers-guide/article.sgml | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/en_US.ISO8859-1/articles/committers-guide/article.sgml b/en_US.ISO8859-1/articles/committers-guide/article.sgml
index cdb337798f..f851dee246 100644
--- a/en_US.ISO8859-1/articles/committers-guide/article.sgml
+++ b/en_US.ISO8859-1/articles/committers-guide/article.sgml
@@ -731,11 +731,11 @@ alias scvs cvs -d user@ncvs.FreeBSD.org:/home/ncvs
You will almost certainly get a conflict because
- of the $Id: article.sgml,v 1.258 2007-03-30 17:54:46 flz Exp $ (or in FreeBSD's case,
+ of the $Id: article.sgml,v 1.259 2007-04-08 16:56:44 chinsan 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.258 2007-03-30 17:54:46 flz Exp $ line,
- leaving the original $Id: article.sgml,v 1.258 2007-03-30 17:54:46 flz Exp $ line intact).
+ (remove the marker lines and the second $Id: article.sgml,v 1.259 2007-04-08 16:56:44 chinsan Exp $ line,
+ leaving the original $Id: article.sgml,v 1.259 2007-04-08 16:56:44 chinsan Exp $ line intact).
@@ -1086,8 +1086,10 @@ Host pcvs.FreeBSD.org
Add yourself to the Developers
section of
the Contributors List
- and remove yourself from the Additional
- Contributors
section.
+ (doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml
+ ) and remove yourself from the Additional
+ Contributors
section(
+ doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml).