Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 022AE7592 for ; Tue, 27 Dec 2011 20:42:26 +0000 (UTC) Received: (qmail 66166 invoked by uid 500); 27 Dec 2011 20:42:25 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 66097 invoked by uid 500); 27 Dec 2011 20:42:25 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 66089 invoked by uid 99); 27 Dec 2011 20:42:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Dec 2011 20:42:25 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebastien.brisard@gmail.com designates 209.85.212.43 as permitted sender) Received: from [209.85.212.43] (HELO mail-vw0-f43.google.com) (209.85.212.43) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Dec 2011 20:42:20 +0000 Received: by vbbfq11 with SMTP id fq11so36056514vbb.30 for ; Tue, 27 Dec 2011 12:41:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=A5duLIyVPL8IlIfjNJi4iK5JhH3yq1WfCR6tfSlFRsQ=; b=eRpR5H8UVscAe6LC52cUhZdgCKciC9/FEi/BXN0R7OlwD2dwH8bYlOI0dx6IOSEAd6 x3ggIDo//AnaFe6x2WaDao1UjCsBZzngZEHnMalStPUo38+dyq5kd86DpF1bljHelMyz ooGOw6KcWc67ubKN+pkmvbRoVvYmmED0pUrx0= MIME-Version: 1.0 Received: by 10.52.180.98 with SMTP id dn2mr5398963vdc.83.1325018519534; Tue, 27 Dec 2011 12:41:59 -0800 (PST) Sender: sebastien.brisard@gmail.com Received: by 10.52.172.47 with HTTP; Tue, 27 Dec 2011 12:41:59 -0800 (PST) In-Reply-To: <20111227130618.GB6071@daniel3.local> References: <20111224151821.GA28983@daniel3.local> <20111224202110.GA1292@daniel3.local> <20111227130618.GB6071@daniel3.local> Date: Tue, 27 Dec 2011 21:41:59 +0100 X-Google-Sender-Auth: XsvnYVlQsnsk1HRlW4Qri2HAM08 Message-ID: Subject: Re: [math] Strange svn conflict From: =?ISO-8859-1?Q?S=E9bastien_Brisard?= To: Daniel Shahaf Cc: Commons Developers List , infrastructure@apache.org, users@subversion.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, Le 27 d=E9cembre 2011 14:06, Daniel Shahaf a =E9cr= it : >> > - How to reproduce the errors you saw? =A0Can you show the output of `= svn >> > =A0diff` at the time of a failed commit attempt? >> > >> I hope this mailing list allows for attachements, in which case you >> will find attached the patch I've been trying to commit for several >> days now. It is a rather large patch, but I don't think that this is >> the cause for our current troubles, since I've tried to commit only a >> small piece and it did not work either. >> >> Just to be sure the trouble was still occuring, I've just tried to >> commit these changes, and here is what I get. >> >> org.tigris.subversion.javahl.ClientException: Merge conflict during comm= it > > (this is a server-side error SVN_ERR_FS_CONFLICT; it has nothing to do > with 'svn merge') > >> svn: Commit failed (details follow): >> svn: File or directory >> 'main/java/org/apache/commons/math/distribution/BinomialDistribution.jav= a' >> is out of date; try updating >> svn: resource out of date; try updating > > You probably recognize this error as the one meaning 'run "svn update" > and try the commit again. =A0("update" needs to be run on the containing > directory, not only on the files in question.)' =A0However, you remarked > earlier that you also get this error if you 'rm -rf' your working copy > and try to commit from a new one, right? > That's correct. I did update on the directory, as well as checkout a brand new working copy of Commons-Math. Was the attached patch of any use to you? S=E9bastien --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org