From: Tom Copeland Date: 2007-07-24T22:20:44+09:00 Subject: Re: svn+http on RubyForge On Mon, 2007-07-23 at 22:41 +0900, Paul Duncan wrote: > * Tom Copeland (tom@infoether.com) wrote: > > Cool. I hope to get svn+https up and running at some point too. As far > > as I can tell, it seems like svn+ssh and svn+https are mutually > > exclusive for the same svn repo - either the filesystem has to handle > > the permissions or mod_dav_svn has to. I'm working on a automated way > > for a project admin to elect one or another... we shall see.... > > Try using mod_auth_pam to defer HTTP authentication to PAM; then people > don't have to pick and choose. Cool, I'll look into that... Thanks, Tom