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

Re: Subversion setup

From: Stephen Butler <sbutler_at_elego.de>
Date: Wed, 19 Jan 2011 10:57:07 +0100

On Jan 19, 2011, at 9:25 , Dave Pawson wrote:

> On 19 January 2011 07:36, Prabhu Gnana Sundar <prabhugs_at_collab.net> wrote:
>> Hi Dave,
>>
>>
>> On Tuesday 18 January 2011 07:13 PM, Dave Pawson wrote:
>>>
>>> I'm resurrecting a subversion setup.
>>> subversion 1.6.5 on apache 2.
>>>
>>> Apache setup
>>> <Location /repos>
>>> Dav svn
>>> SVNParentPath /srv
>>> Authtype Basic
>>> AuthName "..."
>>> AuthuserFile /etc/svnauthfile
>>> Require valid-user
>>> </Location>
>>>
>>
>> Clearly, you are using Authz. But you have *missed* out the
>> "AuthzSVNAccessFile" in your config file, which could be something like,
>>
>> AuthzSVNAccessFile /path/to/path-authz-file
>
> ? AFAIK I'm using basic http authorization?
> Authtype Basic?
> http://svnbook.red-bean.com/en/1.5/svn-book.html#svn.serverconfig.httpd.authn.basic
> AuthuserFile /etc/svnauthfile specifies the pwd file?
>
>
>
>
>
>
> I have no need for path based permissions? It is advised against in
> fact in the book?

Hi Dave,

you're correct. The path-based permission scheme is optional. Most
Subversion servers don't need it.

Regards,
Steve

--
Stephen Butler | Senior Consultant
elego Software Solutions GmbH
Gustav-Meyer-Allee 25 | 13355 Berlin | Germany
fon: +49 30 2345 8696 | mobile: +49 163 25 45 015
fax: +49 30 2345 8695 | http://www.elegosoft.com
Geschäftsführer: Olaf Wagner | Sitz der Gesellschaft: Berlin
Amtsgericht Charlottenburg HRB 77719 | USt-IdNr: DE163214194
Received on 2011-01-19 10:57:52 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.