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

Re: Problem checking out SVN project through Apache

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-02-11 20:40:59 CET

Jack Huang wrote:

> <Location /repository>
> DAV svn
> SVNParentPath /usr/local/apache2/repository
> </Location>

The SVNParentPath is intended to be used when you have multiple repositories
located beneath that directory.

> svn: PROPFIND request failed on '/repository'
> svn: PROPFIND of 'repository': 403 Forbidden (http://localhost)
>

That's because the path '/repository' does not contain a repository, as far as
Apache is concerned (you didn't actually show us what 'svnadmin create' line you
used).

If you have a single repository, you need

        SVNPath /usr/local/apache2/repository

in httpd.conf. If you have multiple repositories there, they you need to spell
out which repository you want:

        svn co http://localhost/repository/proj1

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 11 20:41:04 2004

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.