[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

having multiple <Location>s pointing to the same repository

From: Rob van Oostrum <rob.vanoostrum_at_blastradius.com>
Date: 2004-07-28 16:41:48 CEST

I'm running SVN 1.0.5 on RedHat9 through Apache 2.0.49 and BDB 4.2.x

Are there any issues with the following setup:

- repository X contains all my code
- <Location /internal> points to repository X and authenticates users through mod_ldap
- <Location /external> points to repository X and authenticates users through mod_svn_authz
- users may be committing to the repository through both Locations at the same time

I would suspect this should work since ultimately everything goes through the same Apache instance (as a result of which only 1 system user ever writes to the repository). Any potential disaster scenarios I'm missing here?

cheers
Rob

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 28 16:42:11 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.