[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [math] Strange svn conflict

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 27 Dec 2011 15:06:18 +0200

> > - How to reproduce the errors you saw?  Can you show the output of `svn
> >  diff` 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 commit

(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.java'
> 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. ("update" needs to be run on the containing
directory, not only on the files in question.)' However, 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?
Received on 2011-12-27 14:07:01 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.