Return-Path: Delivered-To: apmail-incubator-opennlp-dev-archive@minotaur.apache.org Received: (qmail 69793 invoked from network); 3 Dec 2010 12:27:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Dec 2010 12:27:12 -0000 Received: (qmail 66561 invoked by uid 500); 3 Dec 2010 12:27:12 -0000 Delivered-To: apmail-incubator-opennlp-dev-archive@incubator.apache.org Received: (qmail 66536 invoked by uid 500); 3 Dec 2010 12:27:12 -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 66528 invoked by uid 99); 3 Dec 2010 12:27:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Dec 2010 12:27:12 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.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 kottmann@gmail.com designates 209.85.215.175 as permitted sender) Received: from [209.85.215.175] (HELO mail-ey0-f175.google.com) (209.85.215.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Dec 2010 12:27:03 +0000 Received: by eya28 with SMTP id 28so4689660eya.6 for ; Fri, 03 Dec 2010 04:26:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=8d8zVrm4851TCtZj3a+bm9dwv4imAlTVVEsPHyWwYOE=; b=qxhqRUaBPhMIue4wwewSp6m7Rh42TNY9P2czVQuWRe2+5O1E/qVN61vrV9z4N+mcIb wog3RNPtUy56Emqv87eWEE/Eg0NIqYNbLWDdabNp0qm1v+P215XF9YT3YCwllFdrgGeu royW1jkZ1gQGdShZHzf1I6TXrnI2aw6x0vCz4= 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:content-type:content-transfer-encoding; b=ccdKbNwV9BekLw1IIak9PbtFkMf1eDIyeaPPLrF3qBAjpXiKVncFNDpTtfTco1MqgT LsP/qWvQ41pZMLxPk220ar6auD+SXFBjD5XSFE9fBfkbH2Ed5ydyEJCGLTz+DdakxS2i QxE/C71hISu7PzNI2AXMVKAsTp+3QDkkxey7U= Received: by 10.213.13.3 with SMTP id z3mr2384972ebz.28.1291379202943; Fri, 03 Dec 2010 04:26:42 -0800 (PST) Received: from karkand.infopaq.net (dkcphfw01.infopaq.dk [213.150.59.2]) by mx.google.com with ESMTPS id q58sm1443472eeh.9.2010.12.03.04.26.41 (version=SSLv3 cipher=RC4-MD5); Fri, 03 Dec 2010 04:26:42 -0800 (PST) Message-ID: <4CF8E201.4010204@gmail.com> Date: Fri, 03 Dec 2010 13:26:41 +0100 From: =?UTF-8?B?SsO2cm4gS290dG1hbm4=?= User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: opennlp-dev@incubator.apache.org Subject: Re: OpenNLP Site References: <599E269D-B420-4842-A62C-D6EF0F307F2A@apache.org> <4CF82622.3080909@gmail.com> <4CF82711.8080805@gmail.com> <4CF82751.6000509@gmail.com> <4CF82930.4080904@gmail.com> <4CF83632.5080107@gmail.com> <4CF84070.7090706@gmail.com> <4CF842D9.70600@gmail.com> <4CF845D1.4020805@gmail.com> <4CF849B9.8090306@gmail.com> <4CF8DAA8.1060902@gmx.de> <4CF8DF34.3060304@gmail.com> In-Reply-To: <4CF8DF34.3060304@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org On 12/3/10 1:14 PM, Jörn Kottmann wrote: > On 12/3/10 12:55 PM, Thilo Goetz wrote: >> To my mind, it's totally a matter of taste. And I like >> this better ;-) My main reason would be that it provides >> a central trunk (which is what most everybody needs most >> of the time). You can just check out everything with >> svn co http://..../trunk opennlp, cd into opennlp and >> build. You don't have to go to 3 different places to >> get maxent, the toolkit and the UIMA wrappers. > > It used to be that all three projects had to be checked > out separately which I always found a little annoying. > I use to work a lot on the command line, having three different trunks mean, I have to go into each and type svn update three times in the end to get the latest code. Instead of typing it just once. Jörn