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

Re: mod_dav_svn as root

From: Dag-Erling Smørgrav <des_at_des.no>
Date: 2006-02-17 09:51:02 CET

Ryan Schmidt <subversion-2006Q1@ryandesign.com> writes:
> On Feb 17, 2006, at 00:59, Ryan Schmidt wrote:
>> This should do it:
>>
>> <VirtualHost *:80>
>> ServerName svn.example.com
>> DocumentRoot /wherever/you/have/your/favicon/svnindex/etc
>> <LocationMatch ^/(?!favicon\.ico|index\.html|svnindex\.xsl)>
>> DAV svn
>> SVNParentPath /var/lib/svn
>> SVNIndexXSLT /svnindex.xsl
>> <LimitExcept GET PROPFIND OPTIONS REPORT>
>> Require valid-user
>> </LimitExcept>
>> </LocationMatch>
>> </VirtualHost>

Thanks! I should have though of that.

> I think I have to retract this solution... while it works great in
> the web browser, it acts peculiar when I try to "svn ls" anything in
> my repository from the command line:
>
> $ svn ls http://svn.example.com

you didn't specify the repository...

$ svn ls http://svn.example.com/project

DES

-- 
Dag-Erling Smørgrav - des@des.no
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 17 09:52:07 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.