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

RE: what causes "File exists: file not found"?

From: Bieber, Ron <bieber.r_at_ic.grainger.com>
Date: 2002-09-05 02:23:31 CEST

just wondering, but could the differences in the APR be the cause of the
problems I am having with "svn cp" on URL's? The 'File exists: file not
found' error appears in my logs during this operation as well.

-----Original Message-----
From: Greg Stein [mailto:gstein@lyra.org]
Sent: Wednesday, September 04, 2002 3:38 PM
To: Joachim Hofer
Cc: Ben Collins-Sussman; dev@subversion.tigris.org
Subject: Re: what causes "File exists: file not found"?

On Wed, Sep 04, 2002 at 03:33:54PM +0200, Joachim Hofer wrote:
>...
> |>I am trying to get Subversion to run on SuSE-Linux. I am using Apache
> |>2.0.40 and Subversion 0.14.2. I also tried substituting the apr and
> |>apr-util libraries of Apache with those of Subversion (as those seemed
> |>newer), but to no avail. - I am by no means a linux expert,
> |>unfortunately, so I don't know much about any magic library conflicts
> |>that may happen...
> |
> | Have you tried using the latest CVS versions of apache, apr, and
> | apr-util?
>
> No I haven't. I have downloaded the "2.0.40" tarball. I can try this
> next, though.

The 2.0.40 tarball doesn't work for Subversion. The error codes in APR
changed a little while ago, and those are not incorporated into 2.0.40.
Thus, you end up with a mismatch of error codes between Apache and
Subversion (since the latter is built against a newer APR).

In essence, Subversion requires Apache 2.0.41-dev or later (-dev means that
it is between .40 and .41). Subversion also requires APR 0.9.1-dev or later
(the CVS version).

We have not (yet) put these requirements into our buildcheck or
configuration process, but will shortly. Now that APR is actually getting
versioned, then we can start relying on using those numbers to specify
minimum requirements.

And yes: I know this is the exact cause of the problem because it frustrated
me for about four hours over the weekend...

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 5 02:26:35 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.