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

Re: HELP!

From: Noah Silverman <noah_at_allresearch.com>
Date: 2002-09-30 22:13:20 CEST

Interestingly, the error messages have changed.

Here is what we got earlier today:
------------
[Mon Sep 30 13:56:12 2002] [error] [client 127.0.0.1] Could not fetch
resource information. [500, #0]
[Mon Sep 30 13:56:12 2002] [error] [client 127.0.0.1] Could not open the SVN
filesystem at /data/svn [500, #165005]
[Mon Sep 30 13:56:12 2002] [error] [client 127.0.0.1] (13)Permission denied:
Expected version '1' of repository; found no version at all; is `/data/svn'
a valid repository path? [500, #165005]
-------------

Here is what I got right now:
--------------
[Mon Sep 30 16:10:09 2002] [error] [client 127.0.0.1] Could not fetch
resource information. [500, #0]
[Mon Sep 30 16:10:09 2002] [error] [client 127.0.0.1] Could not open the SVN
filesystem at /data/svn [500, #160000]
[Mon Sep 30 16:10:09 2002] [error] [client 127.0.0.1] (2)No such file or
directory: bad database version: 3.1.17 [500, #160000]
--------------

Here are the corresponding entries from the access log:
--------------
127.0.0.1 - - [30/Sep/2002:13:56:12 -0400] "PROPFIND /svn HTTP/1.1" 500 296
127.0.0.1 - - [30/Sep/2002:13:56:12 -0400] "PROPFIND / HTTP/1.1" 405 307

127.0.0.1 - - [30/Sep/2002:16:10:09 -0400] "PROPFIND /svn HTTP/1.1" 500 224
127.0.0.1 - - [30/Sep/2002:16:10:09 -0400] "PROPFIND / HTTP/1.1" 405 307

---------------

Thanks,

-N

On 9/30/02 4:07 PM, "Kevin Pilch-Bisson" <kevin@pilch-bisson.net> wrote:

> Quoting Noah Silverman <noah@allresearch.com>:
>
>> Thanks for the quick reply.
>>
>> Here is the Apache config file entry:
>>
>> -------------
>>
>> <Location /svn>
>> DAV svn
>> SVNPath /data/svn
>> </Location>
>> ---------
>
> That looks okay.
>>
>> The permissions on the data and svn directories are 777, so any user should
>> be able to access the files.
>
> As does that. See more below...
>
>>
>> -Noah
>>
>>
>>
>>
>>
>>
>>
>> On 9/30/02 2:11 PM, "Kevin Pilch-Bisson" <kevin@pilch-bisson.net> wrote:
>>
>>> Quoting Noah Silverman <noah@allresearch.com>:
>>>
>>>> I've spent the last two weeks fighting with SVM and can't get past this
>>>> error.
>>>>
>>>> 1) apache installed and configured as per instructions
>>>> 2) svn installed and configured as per instructions
>>>> 3) SVN from "file command" works (svn co file///foo/bar)
>>>> 4) SVN from Apache FAILS!
>>>>
>>>> root_at_workshop:/data# svn co http://localhost/svn
>>>> subversion/libsvn_ra_dav/util.c:81: (apr_err=175002, src_err=0)
>>>> svn: RA layer request failed
>>>> svn: PROPFIND of /: 405 Method Not Allowed
>
> This looks like it is interpreting the repository as being at root, instead of
> at /svn.
>
> Can you take a look at the apache access and error logs, and post anything
> that looks interesting in them?
>>>>
>>>>
>>>> CAN ANYBODY HELP ME FIGURE OUT WHAT I NEED TO DO??
>>>>
>>> Noah, take a look at what user apache is running as. Does that user
>> have
>>> both read and write access to the whole repository?
>>>
>>> Second, can you post a the <Location> snippet from your httpd.conf file?
>>>
>>> --
>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>> Kevin Pilch-Bisson
>>> kevin@pilch-bisson.net
>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>>
>>>
>>
>>
>>
>> ------------------------
>> Noah Silverman
>> CEO
>> AllResearch, inc.
>> 424 Broadway FL 3
>> New York, NY 10013
>> TEL (212) 965-1900
>> FAX (212) 965-8733
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
>> For additional commands, e-mail: dev-help@subversion.tigris.org
>>
>>
>
>
> --
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Kevin Pilch-Bisson
> kevin@pilch-bisson.net
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
>

------------------------
Noah Silverman
CEO
AllResearch, inc.
424 Broadway FL 3
New York, NY 10013
TEL (212) 965-1900
FAX (212) 965-8733

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 30 22:13:52 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.