Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 311D0F206 for ; Tue, 2 Apr 2013 05:38:55 +0000 (UTC) Received: (qmail 1067 invoked by uid 500); 2 Apr 2013 05:38:51 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 891 invoked by uid 500); 2 Apr 2013 05:38:51 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 875 invoked by uid 99); 2 Apr 2013 05:38:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2013 05:38:50 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [74.125.82.47] (HELO mail-wg0-f47.google.com) (74.125.82.47) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2013 05:38:44 +0000 Received: by mail-wg0-f47.google.com with SMTP id y10so43713wgg.14 for ; Mon, 01 Apr 2013 22:38:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:x-originating-ip:in-reply-to:references :from:date:message-id:subject:to:content-type:x-gm-message-state; bh=iUdXmu3l9ZzdEpIAYeU8WiKIkznSJPkxTzr7cv8Dzus=; b=XhyaZXPQp6r6SB5AjkhQnpzFPFk978KLlzuwKZvr8v0BquTlyMR1afdbzL/JByVd0J 6vOsBJL6Ixyy4qSfROpuMPtaSc9u6OU3e9SivuJogdFcdpEa2Um8tug0R2PxYCQSVz8U 4D5zIsZUAhjEYhnquuHTqWCF8Sx7+fE0uUYcYqR0opFD+SCoc9hxoVaFcKGL+0X7+EYG IDDIBRvGLIs74iBUSnSuqPQ5Aznx5X4NY3lbXcQSsMrHHFv4703BwcF320PgfAbywcbl UGfL0isMQzOVs32RB2xk1yf4OL5Xu/vLQnbhRJGUEeqeByEUqm6tFM5mfr9LXIch8pe7 Q17A== X-Received: by 10.180.108.106 with SMTP id hj10mr351641wib.0.1364881102765; Mon, 01 Apr 2013 22:38:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.39.137 with HTTP; Mon, 1 Apr 2013 22:38:02 -0700 (PDT) X-Originating-IP: [122.162.57.125] In-Reply-To: <1364880652846-4053089.post@n3.nabble.com> References: <1364557356907-4052362.post@n3.nabble.com> <1364880652846-4053089.post@n3.nabble.com> From: Gora Mohanty Date: Tue, 2 Apr 2013 11:08:02 +0530 Message-ID: Subject: Re: Need Help in Patching OPENNLP To: solr-user@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmLJnM7fs+v3cGdRffMt0wKS9NIgHrVwvmo5MkfawbfbqLeMO4R3FyqeZ0mUJhcNR/dmE19 X-Virus-Checked: Checked by ClamAV on apache.org On 2 April 2013 11:00, karthicrnair wrote: > Hi Erick, > > thank you so much or the help and support. > > As you have mentioned I have made the svn set up and while trying to connect > using check out option am getting this error; > > C:\bin>svn co https://svn.apache.org/repos/asf/lucene/dev/ Please read http://wiki.apache.org/solr/HowToContribute#Getting_the_source_code carefully. You need to add a branch name to the SVN URL. You probably want something like svn co http://svn.apache.org/repos/asf/lucene/dev/trunk Regards, Gora