On Dec 16, 3:03 pm, Andy Levy <andy.l...@gmail.com> wrote: > On Fri, Dec 16, 2011 at 08:56, rupert.thurner <rupert.thur...@gmail.com> > wrote: > > hi, > > > i tried to search a little but i did not see it explicitely: > > > 1. is it possible to access the same svn repository for writing via > > http(s) and ssh? > > Yes. It's in the > manual.http://svnbook.red-bean.com/en/1.7/svn.serverconfig.multimethod.html oh god ... you are right. "Supporting Multiple Repository Access Methods" is not about methods to access multiple repositories, but about accessing the same repository via multiple methods.
> > > 2. how would it be possible to configure svn so that only one > > operating system user is needed for ssh access, like e.g. github is > > doing? > > I think this section of the manual handles > that:http://svnbook.red-bean.com/en/1.7/svn.serverconfig.svnserve.html#svn... ah, yes .... now i see it. even path based authentication can be shared by entering it into both: * httpd.conf * svnserve.conf (http://svnbook.red-bean.com/en/1.7/ svn.serverconfig.pathbasedauthz.html) many thanks! rupert