[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: Joachim Hofer <joachim.hofer_at_imbus.de>
Date: 2002-09-04 15:33:54 CEST

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi and thanks for your quick response!

|>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.

|>I also tried to get it to run on Windows NT (same versions), but that
|>also still fails (different error messages).
|
| ?

Ok, here goes:
I am using Apache 2.0.40, Subversion 0.14.2 (not self-compiled, just the
downloadable binary executable versions).

Creating a repository works. Accessing via file system works, too. For
example:
| E:\test_jh>svn list file:///E:/svndav/svnrepo
| test_jh/
|
(I had successfully imported test_jh/ before)

However, accessing the repository via HTTP fails:
| E:\test_jh>svn list http://capella/svn/svnrepo
| svn: Bad URL passed to RA layer
| svn: No part of path '/svn/svnrepo' was found in repository HEAD.
|

The respective apache log file snippet:
| [Wed Sep 04 15:18:21 2002] [error] [client x.x.x.x]Could not fetch
resource information. [500, #0]
| [Wed Sep 04 15:18:21 2002] [error] [client x.x.x.x] Could not open the
SVN filesystem at E:/svndav/svnrepo [500, #165005]
| [Wed Sep 04 15:18:21 2002] [error] [client x.x.x.x] Expected version
'1' of repository; found no version at all; is `E:/svndav/svnrepo' a
valid repository path? [500, #165005]

The respective httpd.conf snippet (running ok with mod_dav_svn):
| <Location /svn/svnrepo>
| DAV svn
| SVNPath E:/svndav/svnrepo
| </Location>
(I also tried /svndav/svnrepo, e:\svndav\svnrepo, e:\\svndav\\svnrepo...
for SVNPath)

Also, accessing the repository via browser
("http://x.x.x.x/svn/svnrepo") also yields:
| Expected version '1' of repository; found no version at all; is
`/svndav/svnrepo' a valid repository path?

Hope you can help,
Joachim Hofer

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (MingW32)
Comment: Using GnuPG with Beonex - http://enigmail.mozdev.org

iD8DBQE9dgvBBHtUX1EO3EoRAgDxAJ0QtoMzLZBVhLAVkLN19bP+sY//xACgkCHS
BVmaoP1w5wSRV2J9tZsZOyk=
=xGiW
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 4 15:33:54 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.