You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ionel GARDAIS <ig...@yahoo.fr> on 2007/10/22 16:26:59 UTC

mod_dav_svn concurrent use

Hi folks,

I think this is the right list to post but I'm not
sure (please don't flam !)

I have an apache set up to serve svn repositories.
I need to authenticate users from two different
companies with two ldap servers to access the same
repository.

I configured two virtual hosts (one for each company)
each with it's ldap auth parameters but with the same
settings for svn authorisation.
Then I have a script which create a single
svnAccessFile (the one shared by the virtual hosts)

Question is : is the concurrent access by multiple
virtual hosts handles correctly by mod_dav_svn or
could it generate errors in the repository ?


Thanks for your help,
Ionel


      _____________________________________________________________________________ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: mod_dav_svn concurrent use

Posted by "Daniel L. Rall" <dl...@collab.net>.
On Mon, 22 Oct 2007, Ionel GARDAIS wrote:

> Hi folks,
> 
> I think this is the right list to post but I'm not
> sure (please don't flam !)
 
Hi Ionel.  This is more of a users list question.

... 
> Question is : is the concurrent access by multiple
> virtual hosts handles correctly by mod_dav_svn or
> could it generate errors in the repository ?

Concurrent access by multiple vhosts is handled just fine.
-- 

Daniel Rall