Return-Path: Delivered-To: apmail-incubator-opennlp-dev-archive@minotaur.apache.org Received: (qmail 32915 invoked from network); 29 Jan 2011 13:27:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Jan 2011 13:27:59 -0000 Received: (qmail 92478 invoked by uid 500); 29 Jan 2011 13:27:59 -0000 Delivered-To: apmail-incubator-opennlp-dev-archive@incubator.apache.org Received: (qmail 92434 invoked by uid 500); 29 Jan 2011 13:27:58 -0000 Mailing-List: contact opennlp-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: opennlp-dev@incubator.apache.org Delivered-To: mailing list opennlp-dev@incubator.apache.org Received: (qmail 92426 invoked by uid 99); 29 Jan 2011 13:27:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Jan 2011 13:27:57 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of james.kosin@gmail.com designates 209.85.210.47 as permitted sender) Received: from [209.85.210.47] (HELO mail-pz0-f47.google.com) (209.85.210.47) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Jan 2011 13:27:48 +0000 Received: by pzk12 with SMTP id 12so582775pzk.6 for ; Sat, 29 Jan 2011 05:27:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=gyLSg4UMHCRHy7rNJIC6bvqo6yie2q6G1eDLXNw4HsI=; b=eG+d8k7Zwf6lhnF8hM1ZDVT+MvRafz+Xml2lAAnhIyxbODADG0pZc415YzbjDMNH2j IGNXUZ8B9PFodGJgnycmTvmHtd52YAil+EGINdTQoAg5ArlP0xLh8PT0Q61FmRjePyuF CJj5uG9o6e21wKpZUisaojL4FRcriqXx7S4RA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=f4G9Xa5MMjAJBFXwTT3/oylGUWstppk77U1av0nba6GWVpXqSmXVmHd7nAywnKu1Sy EtxFe9+7XvYHre1FF2Xlk2P66NqIwn6KQJMTzEA4EllcVZzIqyuXn8meqonBCyDV8DP2 ReMPTZuLhIuJPTuwHP0jpgmZ+cDlhMESyRbr8= Received: by 10.142.154.20 with SMTP id b20mr4165518wfe.22.1296307646964; Sat, 29 Jan 2011 05:27:26 -0800 (PST) Received: from [192.168.159.4] (ip98-166-149-16.hr.hr.cox.net [98.166.149.16]) by mx.google.com with ESMTPS id e14sm24931987wfg.8.2011.01.29.05.27.24 (version=SSLv3 cipher=RC4-MD5); Sat, 29 Jan 2011 05:27:25 -0800 (PST) Message-ID: <4D4415C4.7050908@gmail.com> Date: Sat, 29 Jan 2011 08:27:32 -0500 From: James Kosin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: opennlp-dev@incubator.apache.org Subject: Re: Sandbox References: <4D440C54.6070008@gmail.com> In-Reply-To: <4D440C54.6070008@gmail.com> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org On 1/29/2011 7:47 AM, J�rn Kottmann wrote: > Hi all, > > I would like to start a sandbox area in our source repository to > get the maxent refactoring going and to be open to pull in > new contributions. > > The maxent refactoring in my opinion should be done in the sandbox > until it is in a state it could be used by opennnlp.tools. > > If there are no objections, I will create a sandbox folder > next to the site and opennlp folder in our repository. > > J�rn Jorn, Wouldn't it be easier to just create a branch in svn for this development? James