While setting up mod_dav_svn on Apache 2.2.x on shared hosting, I've ran into some trouble. The main problem is that most of the vhosts use their own user/group, websiteX:clientX, and the svn repository files are owned by this user, with just read/write rights for this specific user, none on group/world.
The problem is that when I explicitly specify SuexecUserGroup in the vhost file, it's simply ignored by mod_dav_svn. The alternative would of course be to use the User/Group directive, but since apache 2.2.0 you can only set this system-wide, which is no option for the few sites and controlpanels running without suexec...
Do I have any alternatives, besides loosening the permissions (which I'd rather not)?