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

Re: unknown error on file add

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-08-19 18:00:02 CEST

solo turn <soloturn99@yahoo.com> writes:
> i tried to add a file (the file exists on the wc, and not in the
> repository), but svn 14.1 refuses to add it, error:

It looks like Ben Collins-Sussman has just found the cause of this bug
(he's testing the hypothesis right now). If correct, the problem is
that your httpd and Subversion are using mismatched versions of APR.
Because the error code numbers have recently been revamped, this can
muck up comparisions in the repository code. (Specifically,
APR_OS_START_USEERR begins at a higher offset in recent versions of
APR).

So you should: mercilessly clean any old apr off your system, make
sure your apr source tree(s) are completely up-to-date, then reinstall
and rebuild httpd and Subversion. Let us know if you still have the
problem after that.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 19 18:18:10 2002

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

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