Return-Path: Delivered-To: apmail-lucene-solr-commits-archive@locus.apache.org Received: (qmail 88446 invoked from network); 6 Nov 2006 18:14:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Nov 2006 18:14:43 -0000 Received: (qmail 69272 invoked by uid 500); 6 Nov 2006 18:14:54 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 69250 invoked by uid 500); 6 Nov 2006 18:14:54 -0000 Mailing-List: contact solr-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-commits@lucene.apache.org Received: (qmail 69236 invoked by uid 99); 6 Nov 2006 18:14:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Nov 2006 10:14:54 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Nov 2006 10:14:42 -0800 Received: from ajax.apache.org (localhost [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 91A1CD49C3 for ; Mon, 6 Nov 2006 18:14:21 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: solr-commits@lucene.apache.org Date: Mon, 06 Nov 2006 18:14:21 -0000 Message-ID: <20061106181421.17011.86638@ajax.apache.org> Subject: [Solr Wiki] Update of "HowToContribute" by HossMan X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification. The following page has been changed by HossMan: http://wiki.apache.org/solr/HowToContribute ------------------------------------------------------------------------------ svn add src/.../MyNewClass.java }}} + Subversions "add" command only modifies your local copy, so it doess not require commit permissions. By using "svn add", your entire comtribution can be included in a single patch file, without needing to submit a seperate set of "new" files. + Edit the ''CHANGES.txt'' file, adding a description of your change, including the bug number it fixes. In order to create a patch, just type: