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

Re: Subversion configuration directories / files visible to the user

From: Ryan Schmidt <subversion-2009d_at_ryandesign.com>
Date: Fri, 20 Nov 2009 23:49:36 -0600

On Nov 20, 2009, at 23:28, Ravi Roy wrote:

> following is project configuration in Apache - httpd.conf
>
> <Location /svn/MyProject>
> DAV svn
> SVNPath /var/repo/svn/MyProject

Ok, and the repository on disk is at /var/repo/svn/MyProject? It was created with "svnadmin create /var/repo/svn/MyProject"?

> DirectoryIndex index.html index.htm default.htm

FYI, this line is unnecessary; nothing inside this location is going to be serving any Apache directory indexes.

The rest looks ok. What's this vhost's DocumentRoot, out of curiosity?

Can you "svn ls" the repository URL? If so, what do you see? If not, what's the error?

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2422679

Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
Received on 2009-11-21 06:50:36 CET

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.