RE: Hosting multiple dynamic subdomains

2011-03-10 Thread Daniel F. Garcia
Sorry, not sure why this posted twice. Please ignore. -Original Message- From: Daniel F. Garcia [mailto:dgar...@kobold.com.au] Sent: Friday, 11 March 2011 6:36 AM To: users@subversion.apache.org Subject: Hosting multiple dynamic subdomains I have an apache server that has an alias of *.m

Hosting multiple dynamic subdomains

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://subdoma

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: Need help troubleshooting user authentication (apache)

2011-03-10 Thread Daniel Shahaf
Johan Corveleyn wrote on Thu, Mar 10, 2011 at 21:57:41 +0100: > - proxy: svn only goes through proxy if it is configured as such in > the servers file in the runtime-configuration area. Browser might use > different proxy settings. IIRC svn can be configured to "use the OS proxy settings" on some

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

Re: Need help troubleshooting user authentication (apache)

2011-03-10 Thread Johan Corveleyn
On Thu, Mar 10, 2011 at 8:20 AM, Cooke, Mark wrote: >> -Original Message- >> From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] >> Sent: 09 March 2011 16:48 >> To: Cooke, Mark >> Cc: users@subversion.apache.org >> Subject: Re: Need help troubleshooting user authentication (apache) >> >>

Re: ra_replay, mergeinfo and externals

2011-03-10 Thread Patrick Mézard
Le 09/03/11 12:44, Daniel Shahaf a écrit : > Patrick Mézard wrote on Wed, Mar 09, 2011 at 09:54:13 +0100: >> Le 09/03/11 03:27, Daniel Shahaf a écrit : >>> Patrick Mézard wrote on Tue, Mar 08, 2011 at 22:23:04 +0100: Hello, When replaying a revision merging an svn:externals property

Re: Renaming a file on windows with @20 in name

2011-03-10 Thread Stephen P Rufle
Thanks that did it. I had thought it might have had something to do with peg revisions, but was unsure how to escape the syntax. On 3/9/2011 6:00 PM, Ryan Schmidt wrote: On Mar 9, 2011, at 18:11, Michael Diers wrote: On 2011-03-09 21:22, Stephen P Rufle wrote: I am trying the following. svn r

Re: Kind information missing in svn log xml output

2011-03-10 Thread Mark Phippard
The kind information is only available if the repository on the server was created by SVN 1.6. Earlier repositories have to be dumped/loaded to add this additional information to the repository. On Thu, Mar 10, 2011 at 6:54 AM, Prabhu Gnana Sundar wrote: > > Hi Yves, > > I tried to replicate th

Re: Kind information missing in svn log xml output

2011-03-10 Thread Prabhu Gnana Sundar
Hi Yves, I tried to replicate the same issue on my box. It works fine for me and I get the "kind" value correctly. But I tried it on a "Ubuntu 10.10" box, svn version 1.6.9 (r901367). Regards Prabhu On Wednesday 09 March 2011 10:11 PM, Yves Bergeron wrote: Hi, The output of svn log --xml

RE: error message in configuaring subversion

2011-03-10 Thread Tennebø Frode
> i have problem in seting up variable or installing the > subvision can u help > with the steps i have attache the arror massage 1) Never send attachments to this list (or any other lists which does not explicetedly allow this in their charter). 2) You sent an image inside a proprietary format.

error message in configuaring subversion

2011-03-10 Thread JOCOBETH SPHIWE
HI THERE i have problem in seting up variable or installing the subvision can u help with the steps i have attache the arror massage South Africas premier free email service - www.webmail.co.za For super low premiums, click here http:

Re: filename info supplied to external diff3 tool

2011-03-10 Thread Stefan Sperling
On Wed, Mar 09, 2011 at 05:21:34PM -0700, Paul Madden wrote: > I'd like to know whether there's a way -- or whether it would be reasonable to > request a feature to provide a way -- to ask svn supply the original filename > to > an external diff3 tool. > > I use xxdiff to view diff info from subv

Re: pre-lock.bat Failed in Repo browser

2011-03-10 Thread Michael Diers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-03-10 08:23, Waseem Bokhari wrote: > This script works fine in all scenarios except Anyone can Steal Lock when > Unlock. > >> Unable to Break lock through check for modifications Option >> Unable to break lock through Repo browser > BUT >

RE: pre-lock.bat Failed in Repo browser

2011-03-10 Thread Waseem Bokhari
This script works fine in all scenarios except Anyone can Steal Lock when Unlock. > Unable to Break lock through check for modifications Option > Unable to break lock through Repo browser BUT Only any user can Steal Lock when he tried to Get Lock and Check the below mentioned Option of