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

AW: AW: AW: SVNListParentPath does not work in conjunction with AuthzSVNAccessFile

From: Robert Saenger <Robert.Saenger_at_iitb.fraunhofer.de>
Date: 2006-10-23 17:50:09 CEST

> -----Ursprüngliche Nachricht-----
> Von: Brad Bruce [mailto:NJBrad@Verizon.net]
> Gesendet: Montag, 23. Oktober 2006 14:21
> An: Robert Saenger
> Betreff: Re: AW: AW: SVNListParentPath does not work in conjunction with
> AuthzSVNAccessFile
>
> I HATE when I start typing and stupid falls out....
[!] Sorry about that.

>
> This is an article I found.
> http://www.codeproject.com/w2k/SubversionApache.asp
> which pointed to this one
> http://www.archivesat.com/CVS_developers_help/thread45479.htm
>
> In short, you need to turn
>
> <Location /svn> into
> <Location /svn/>
[!] Followed your advice.

>
> You'll also need to reference it as http://server:port/svn/ (You have to
> include the trailing / for it to work)
[!] Referenced it that way.

It still doesn't work!

Again, if I opt out the AuthzSVNAccessFile the SVNListParentPath takes effect. I the AuthzSVNAccessFile param is present, the SVNListParentPath
setting has no effect.

>
> Brad
>
>
> Robert Saenger wrote:
> > Hi Brad,
> >
> > thanks for your help.
> >
> > As you noticed, we are using the AuthzSVNAccessFile, which is
> > not included in your config.
> > As I wrote in my initial post the problem is that
> > SVNListParentPath and AuthzSVNAccessFile are not working in conjunction.
> > As long as I do not use AuthzSVNAccessFile the SVNListParentPath feature
> > works as expected.
> >
> > Although not convinced it would change anything I've reordered the
> entries
> > and switched from Windows to Unix paths. As expected it hasn't helped.
> >
> > Robert
> >
> >
> >
> >> -----Ursprüngliche Nachricht-----
> >> Von: Brad Bruce [mailto:NJBrad@Verizon.net]
> >> Gesendet: Montag, 23. Oktober 2006 13:13
> >> An: Robert Saenger
> >> Cc: users@subversion.tigris.org
> >> Betreff: Re: AW: SVNListParentPath does not work in conjunction with
> >> AuthzSVNAccessFile
> >>
> >> Here's what works for me:
> >> <Location /svn>
> >> DAV svn
> >> SVNParentPath c:/svnrepository
> >> SVNListParentPath on
> >> AuthType Basic
> >> AuthName "Subversion Repository"
> >> AuthUserFile c:/svnrepository/.htpasswd
> >> Require valid-user
> >> </Location>
> >>
> >> I notice a few things
> >> 1. Your slashes for SVNParentPath are pointed the wrong way
> >> 2. You have SVNListParentPath before SVNParentPath
> >> 3. You have SSLRequireSSL
> >> 4. You have an AuthzSVNAccessFile entry
> >>
> >> Brad
> >>
> >> Robert Saenger wrote:
> >>
> >>> Please find below our <Location ...> section.
> >>>
> >>>
> >>> <Location /svn>
> >>> DAV svn
> >>> SVNListParentPath on
> >>> SVNParentPath D:\repos\svn
> >>> SSLRequireSSL
> >>> AuthType Basic
> >>> AuthName "Subversion Projectarchives"
> >>> AuthUserFile D:\repos\svn\passwd
> >>> AuthzSVNAccessFile D:\repos\svn\svnaccessfile
> >>> Require valid-user
> >>> </Location>
> >>>
> >>>
> >>>
> >>>
> >>>> -----Ursprüngliche Nachricht-----
> >>>> Von: Brad Bruce [mailto:NJBrad@Verizon.net]
> >>>> Gesendet: Freitag, 20. Oktober 2006 20:45
> >>>> An: Robert Saenger
> >>>> Cc: users@subversion.tigris.org
> >>>> Betreff: Re: SVNListParentPath does not work in conjunction with
> >>>> AuthzSVNAccessFile
> >>>>
> >>>> Robert Saenger wrote:
> >>>>
> >>>>
> >>>>> 'SVNListParentPath on' does list the repositories on our
> >>>>> Server only until AuthzSVNAccessFile is not used.
> >>>>>
> >>>>> As soon as the AuthzSVNAccessFile is being introduced
> >>>>> Repository listing no longer works even if the
> >>>>>
> >>>>> [/]
> >>>>> * = rw
> >>>>>
> >>>>> is set.
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>> The formatting of the .conf file has to be just right. Could you
> post
> >>>> your <Location ...> section?
> >>>>
> >>>> Brad Bruce
> >>>>
> >>>>
> >>>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> > For additional commands, e-mail: users-help@subversion.tigris.org
> >
> >
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 23 17:51:32 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.