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

> On 19 January 2011 07:36, Prabhu Gnana Sundar <prabh...@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


Reply via email to