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

Re: HELP!

From: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2002-09-30 22:07:02 CEST

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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
---------------------------------------------------------------------
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:07: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.