>
> Can you check out using a "file" URL? I.e. does
>
> svn co file:///your/path/to/svn/test_repos wc
>
> work?
>
Yip. Looks like that works.
> > There are no clues in the Apache error log besides:
> > [Mon Oct 28 23:28:43 2002] [notice] Apache/2.0.44-dev (Unix) DAV/2
> > SVN/0.14.3 (dev build) configured -- resuming normal operations
>
> > The access logs have this information:
> > 27.0.0.1 - - [28/Oct/2002:23:28:45 +1300] "PROPFIND
/misc/svn/test_repos
> > HTTP/1.1" 405 317
> > 127.0.0.1 - - [28/Oct/2002:23:28:45 +1300] "PROPFIND /misc/svn
HTTP/1.1"
> > 405 306
> > 127.0.0.1 - - [28/Oct/2002:23:28:45 +1300] "PROPFIND /misc
HTTP/1.1" 405
> > 302
> > 127.0.0.1 - - [28/Oct/2002:23:28:45 +1300] "PROPFIND / HTTP/1.1"
405 311
>
> Please show us what you typed into your httpd.conf.
The following is what I added at the end off httpd.conf:
<Location /svn/test_repos>
DAV svn
SVNPath /misc/svn/test_repos
</Location>
I haven't changed anything else in the .conf file.
I also see the following in the svn install doc:
NOTE: Make sure that the user 'nobody' (or whatever UID the
httpd process runs as) has permission to read and write the
Berkeley DB files! This is a very common problem.
Um. How do I set permissions for a user?
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 28 21:48:07 2002