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

Re: First installation of SVN, need some help please

From: Rob Wilkerson <r.d.wilkerson_at_gmail.com>
Date: 2006-10-16 23:18:23 CEST

What is your repository name? It looks like you're pointing to the
parent path (the parent of multiple repositories), but attempting to
access the parent. If your parent path is /svnroot then your
repository URI would be /svnroot/reposname.

Hope this helps.

Rob Wilkerson

On Oct 16, 2006, at 4:50 PM, P Tai wrote:

> I followed the INSTALL document –
> - build and installed Apache httpd 2, started httpd as user svn.
> Following line added to httpd.conf:
> .....
> LoadModule dav_svn_module modules/mod_dav_svn.so
> LoadModule authz_svn_module modules/mod_authz_svn.so
> .....
> <Location /svnroot/>
> DAV svn
> SVNParentPath /usr/local/svnroot
> </Location>
>
> - build and install svn 1.4
>
> When I execute as user pmtai on the same host, I got:
>
> [13:34:21 pmtai_at_saruman]$ svn checkout http://10.x.x.x/svnroot wc
> svn: PROPFIND request failed on '/svnroot'
> svn: PROPFIND of '/svnroot': 405 Method Not Allowed (http://10.x.x.x)
> [13:34:26 pmtai_at_saruman]$ svn mkdir -m "Test" http://10.x.x.x/
> svnroot/wc
> svn: OPTIONS request failed on '/svnroot'
> svn: OPTIONS of '/svnroot': 200 OK (http://10.x.x.x)
> [13:34:39 pmtai_at_saruman]$ svn ls http://10.x.x.x/svnroot
> svn: PROPFIND request failed on '/svnroot'
> svn: PROPFIND of '/svnroot': 405 Method Not Allowed (http://10.x.x.x)
> I have checked the permissions:
>
>
> [13:30:35 root@saruman]$ cd /usr/local
>
> [13:30:41 root@saruman]$ ll
> total 104
> drwxr-xr-x 15 root root 4096 Oct 13 15:00 apache2
> drwxrwsr-x 7 svn svn 4096 Oct 16 11:54 svnroot
> [13:31:41 root@saruman]$ ll svnroot
> total 56
> drwxrwsr-x 2 svn svn 4096 Oct 16 11:54 conf
> drwxrwsr-x 2 svn svn 4096 Oct 16 11:54 dav
> drwxrwsr-x 5 svn svn 4096 Oct 16 11:54 db
> -r--r--r-- 1 svn svn 2 Oct 16 11:54 format
> drwxrwsr-x 2 svn svn 4096 Oct 16 11:54 hooks
> drwxrwsr-x 2 svn svn 4096 Oct 16 11:54 locks
> -rw-rw-r-- 1 svn svn 229 Oct 16 11:54 README.txt
> [13:32:02 root@saruman]$ ps -ef |grep httpd
> root 11966 1 0 13:19 ? 00:00:00 /usr/local/apache2/
> bin/httpd -k start
> svn 11967 11966 0 13:19 ? 00:00:00 /usr/local/apache2/
> bin/httpd -k start
> svn 11968 11966 0 13:19 ? 00:00:00 /usr/local/apache2/
> bin/httpd -k start
> svn 11969 11966 0 13:19 ? 00:00:00 /usr/local/apache2/
> bin/httpd -k start
> svn 11970 11966 0 13:19 ? 00:00:00 /usr/local/apache2/
> bin/httpd -k start
> svn 11971 11966 0 13:19 ? 00:00:00 /usr/local/apache2/
> bin/httpd -k start
>
> Can someone help please?
>
> Paul.
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 16 23:19:32 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.