Re: Hosting multiple subdomains with a common SVNParentPath under apache

2011-03-14 Thread Daniel Shahaf
Ryan Schmidt wrote on Mon, Mar 14, 2011 at 15:34:10 -0500: > > On Mar 14, 2011, at 11:15, Daniel Shahaf wrote: > > >> You cannot use mod_rewrite or similar to fake this. Subversion clients do > >> not follow HTTP redirects. > > > > They will in 1.7: > > http://subversion.apache.org/docs/releas

Re: Hosting multiple subdomains with a common SVNParentPath under apache

2011-03-14 Thread Ryan Schmidt
On Mar 14, 2011, at 11:15, Daniel Shahaf wrote: >> You cannot use mod_rewrite or similar to fake this. Subversion clients do >> not follow HTTP redirects. > > They will in 1.7: > http://subversion.apache.org/docs/release-notes/1.7#http-redirects Neat! I see Subversion will in 1.7 follow perma

Re: Hosting multiple subdomains with a common SVNParentPath under apache

2011-03-14 Thread Daniel Shahaf
Ryan Schmidt wrote on Thu, Mar 10, 2011 at 20:09:31 -0600: > On Mar 10, 2011, at 15:17, Daniel F. Garcia wrote: > > > This is a good solution, but I have 2 additional requirements > > * I have >100 subdomains and I want to save time setting them up (ok, I > > could script this) > > * I need to be

Re: Hosting multiple subdomains with a common SVNParentPath under apache

2011-03-10 Thread Nico Kadel-Garcia
On Thu, Mar 10, 2011 at 9:09 PM, Ryan Schmidt wrote: > On Mar 10, 2011, at 15:17, Daniel F. Garcia wrote: > >> This is a good solution, but I have 2 additional requirements >> * I have >100 subdomains and I want to save time setting them up (ok, I >> could script this) >> * I need to be able to a

Re: Hosting multiple subdomains with a common SVNParentPath under apache

2011-03-10 Thread Ryan Schmidt
On Mar 10, 2011, at 20:19, Daniel F. Garcia wrote: >> The only way I know to accomplish the functionality you want is to define >> each subdomain as its own VirtualHost, either manually or via a script you >> write. >> You will have to restart Apache when making changes, though a graceful >>

RE: Hosting multiple subdomains with a common SVNParentPath under apache

2011-03-10 Thread Daniel F. Garcia
> The only way I know to accomplish the functionality you want is to define > each subdomain as its own VirtualHost, either manually or via a script you > write. > You will have to restart Apache when making changes, though a graceful > restart shouldn't impact you too much. My apache server r

Re: Hosting multiple subdomains with a common SVNParentPath under apache

2011-03-10 Thread Ryan Schmidt
On Mar 10, 2011, at 15:17, Daniel F. Garcia wrote: > This is a good solution, but I have 2 additional requirements > * I have >100 subdomains and I want to save time setting them up (ok, I could > script this) > * I need to be able to add subdomains without restarting apache > > The 2nd requirem

RE: Hosting multiple subdomains with a common SVNParentPath under apache

2011-03-10 Thread Daniel F. Garcia
This is a good solution, but I have 2 additional requirements * I have >100 subdomains and I want to save time setting them up (ok, I could script this) * I need to be able to add subdomains without restarting apache The 2nd requirement is why I used the *.mydomain.com alias and used the SVNPare

Re: Hosting multiple subdomains with a common SVNParentPath under apache

2011-03-10 Thread David Chapman
On 3/10/2011 12:59 PM, Daniel F. Garcia wrote: I have an apache server that has an alias of *.mydomain.com. What I want is to setup svn paths that switch to different repositories according to the subdomain. E.g. http://subdomain1.mydomain.com/svn -> /var/svn/subdomain1 http://subdomain2.mydo

Hosting multiple subdomains with a common SVNParentPath under apache

2011-03-10 Thread Daniel F. Garcia
I have an apache server that has an alias of *.mydomain.com. What I want is to setup svn paths that switch to different repositories according to the subdomain. E.g. http://subdomain1.mydomain.com/svn -> /var/svn/subdomain1 http://subdomain2.mydomain.com/svn -> /var/svn/subdomain2 http://subdo