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 : Location /svn DAV svn SVNParentPath /var/lib/svn /Location ... I define a parent directory under which I can put all of my repositories. So I can access them like this

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 option

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. Location /svn/repo1 SVNPath /path/to/repo1 . . . /Location Location /svn/repo2 SVNPath /path/to/repo2 . . .

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. Location /svn/repo1 SVNPath /path/to/repo1 . . . /Location

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 several

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 this.

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: Location /svn/ SVNPath /path/to/ SVNListParentPath On /Location And if I'd type it correctly, it would be: Location /svn/ DAV svn SVNParentPath /path/to/ SVNListParentPath On /Location

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 achieve

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

2010-11-05 Thread Gingko
- Original Message - From: Ryan Schmidt subversion-20...@ryandesign.com To: Gingko from_tig...@nospam.homelinux.org Cc: Subversion User List users@subversion.apache.org Sent: Friday, November 05, 2010 8:48 PM Subject: Re: Setting a web page at the repositories' parent URL On Nov 5