RE: mod_dav_svn: nested Location warning

2013-10-22 Thread Cooke, Mark
> -Original Message- > From: Chris Rodgers [mailto:christopher.rodg...@cardiov.ox.ac.uk] > Sent: 22 October 2013 11:15 > > Dear All, > > I have just upgraded from Apache HTTPD 2.2 --> 2.4. My svn repository > seems to work fine over https but I get these repeated warnings: > > > [:warn

Re: mod_dav_svn: nested Location warning

2013-10-22 Thread Chris Rodgers
Hi Mark, Thanks for getting back to me. I added this to avoid a 404 error for https://myserver/repos/ The /srv/svn/html folder is completely empty. C. On 22/10/2013 15:00, Cooke, Mark wrote: -Original Message- From: Chris Rodgers [mailto:christopher.rodg...@cardiov.ox.ac.uk] Sent: 22

RE: mod_dav_svn: nested Location warning

2013-10-22 Thread Cooke, Mark
sswd > >>>Require valid-user > >>> # > >>> > >>> > >>> > >>> > >> What have I done wrong? > > > > What are you trying to achieve with your `/repos` alias? > > Are you trying to server m

Re: mod_dav_svn: nested Location warning

2013-10-22 Thread Chris Rodgers
...but what should be there? If you want a list of repositories then I would suggest investigating the `SVNParentPath` directive. 1/ If you comment out the alias directive, does you svn work ok? 2/ what are you trying to serve via the `/repos` URL? ~ Mark C Hi Mark, 1) Yes, SVN does then wo

Re: mod_dav_svn: nested Location warning

2013-10-22 Thread Chris Rodgers
...but what should be there? If you want a list of repositories then I would suggest investigating the `SVNParentPath` directive. 1/ If you comment out the alias directive, does you svn work ok? 2/ what are you trying to serve via the `/repos` URL? ~ Mark C I have also just noticed that the wa

RE: mod_dav_svn: nested Location warning

2013-10-22 Thread Cooke, Mark
> -Original Message- > From: Chris Rodgers [mailto:christopher.rodg...@cardiov.ox.ac.uk] > Sent: 22 October 2013 16:51 > > > ...but what should be there? If you want a list of > > repositories then I would suggest investigating the > > `SVNParentPath` directive. > > 1/ If you comment o

Re: mod_dav_svn: nested Location warning

2013-10-22 Thread Ryan Schmidt
On Oct 22, 2013, at 11:04, "Cooke, Mark" wrote: > I am not sure I understand. Do you want to use `SVNParentPath` to serve a > group of repositories without actually revealing the list of repo names? You > should be able to do that be editing the style sheet to not list the actual > names bu

Re: mod_dav_svn: nested Location warning

2013-10-24 Thread Chris Rodgers
Dear Mark and Ryan, Thank you for your comments. I am trying to serve a number of repositories from one server via https with different IP range restrictions applied to each. I do not want to show the names of the repositories to clients requesting https://server/repos/ . I am getting warni

RE: mod_dav_svn: nested Location warning

2013-10-24 Thread Cooke, Mark
> -Original Message- > From: Chris Rodgers [mailto:christopher.rodg...@cardiov.ox.ac.uk] > Sent: 24 October 2013 09:59 > > Dear Mark and Ryan, > > Thank you for your comments. > > I am trying to serve a number of repositories from one server > via https > with different IP range restr

RE: mod_dav_svn: nested Location warning

2013-10-24 Thread Chris Rodgers
Good question.. Yes I have! And I can see the change because https://server/repos/ now gives a 404 which it didn't originally. C -- Sent from my Android phone with K-9 Mail. Please excuse my brevity.

Re: mod_dav_svn: nested Location warning

2013-10-24 Thread Ryan Schmidt
On Oct 24, 2013, at 03:59, Chris Rodgers wrote: > I am trying to serve a number of repositories from one server via https with > different IP range restrictions applied to each. I do not want to show the > names of the repositories to clients requesting https://server/repos/ . > > I am gettin