Re: Setting a web page at the repositories' parent URL

2010-11-05 Thread Gingko
- Original Message - From: "Ryan Schmidt" To: "Gingko" Cc: "Subversion User List" Sent: Friday, November 05, 2010 8:48 PM Subject: Re: Setting a web page at the repositories' parent URL On Nov 5, 2010, at 14:38, Gingko wrote: >> That&#x

Re: Setting a web page at the repositories' parent URL

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 14:38, Gingko wrote: >> That's exactly what SVNParentPath is supposed to let you do more easily and >> concisely. > > Except that it locks the possibility to have any other (custom) content at > the parent path. As I said earlier in the thread, I'll guess you can already ac

Re: Setting a web page at the repositories' parent URL

2010-11-05 Thread Gingko
- Original Message - From: "Ryan Schmidt" To: "Eramo, Mark" Cc: "Subversion User List" Sent: Friday, November 05, 2010 8:05 PM Subject: Re: Setting a web page at the repositories' parent URL > On Nov 5, 2010, at 13:50, Eramo, Mark wrote: >

Re: Setting a web page at the repositories' parent URL

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 14:19, Ryan Schmidt wrote: > For what you showed, it should simply be: > > > SVNPath /path/to/ > SVNListParentPath On > And if I'd type it correctly, it would be: DAV svn SVNParentPath /path/to/ SVNListParentPath On

Re: Setting a web page at the repositories' parent URL

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 14:11, Eramo, Mark wrote: > Ryan Schmidt wrote: > >> On Nov 5, 2010, at 13:50, Eramo, Mark wrote: >> >>> I have had success setting up several repositories in Apache as follows... >>> >>> In the httpd-subversion.conf file, I have the various repositories defined >>> like th

RE: Setting a web page at the repositories' parent URL

2010-11-05 Thread Eramo, Mark
- From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] Sent: Friday, November 05, 2010 3:05 PM To: Eramo, Mark Cc: Subversion User List Subject: Re: Setting a web page at the repositories' parent URL On Nov 5, 2010, at 13:50, Eramo, Mark wrote: > I have had success setting up

Re: Setting a web page at the repositories' parent URL

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 13:50, Eramo, Mark wrote: > I have had success setting up several repositories in Apache as follows... > > In the httpd-subversion.conf file, I have the various repositories defined > like this. > > > SVNPath /path/to/repo1 > . > . > . > > > > SVNPath /path/to/r

RE: Setting a web page at the repositories' parent URL

2010-11-05 Thread Eramo, Mark
Hi Gingko I have had success setting up several repositories in Apache as follows... In the httpd-subversion.conf file, I have the various repositories defined like this. SVNPath /path/to/repo1 . . . SVNPath /path/to/repo2 . . . SVNPath /path/to/repo3 . . . Then when I h

Re: Setting a web page at the repositories' parent URL

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 10:36, Ryan Schmidt wrote: > On Nov 5, 2010, at 10:12, Gingko wrote: > >> Is there a way to put a web page on this location? >> >> (for example a blank page, or a page with links to the only repositories >> that I want to be publicly accessible for reading) > > The only opti

Re: Setting a web page at the repositories' parent URL

2010-11-05 Thread Ryan Schmidt
On Nov 5, 2010, at 10:12, Gingko wrote: > According to the documentation, if I set a configuration like this one : > > > DAV svn > SVNParentPath /var/lib/svn > > > ... I define a parent directory under which I can put all of my repositories. > > So I can access them like this : > > http: