From owner-svn-doc-all@FreeBSD.ORG Mon May 28 17:25:49 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4297B1065678; Mon, 28 May 2012 17:25:49 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2D5188FC17; Mon, 28 May 2012 17:25:49 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q4SHPmQ2024021; Mon, 28 May 2012 17:25:48 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4SHPmS3024019; Mon, 28 May 2012 17:25:48 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201205281725.q4SHPmS3024019@svn.freebsd.org> From: Glen Barber Date: Mon, 28 May 2012 17:25:48 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r38923 - head/en_US.ISO8859-1/articles/committers-guide X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2012 17:25:49 -0000 Author: gjb Date: Mon May 28 17:25:48 2012 New Revision: 38923 URL: http://svn.freebsd.org/changeset/doc/38923 Log: Document that new files that do not have the FreeBSD=%H svn property set will be rejected when committing, and link to the Adding/Removing files section of the Subversion Primer. Prompted by: jkois, tj Modified: head/en_US.ISO8859-1/articles/committers-guide/article.sgml Modified: head/en_US.ISO8859-1/articles/committers-guide/article.sgml ============================================================================== --- head/en_US.ISO8859-1/articles/committers-guide/article.sgml Mon May 28 17:20:11 2012 (r38922) +++ head/en_US.ISO8859-1/articles/committers-guide/article.sgml Mon May 28 17:25:48 2012 (r38923) @@ -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!