You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "rupert.thurner" <ru...@gmail.com> on 2011/12/16 14:56:41 UTC

write to svn via https and ssh, svn server with one operating system user for ssh access

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?
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?

rupert.

Re: write to svn via https and ssh, svn server with one operating system user for ssh access

Posted by "rupert.thurner" <ru...@gmail.com>.
On Dec 16, 3:03 pm, Andy Levy <an...@gmail.com> wrote:
> On Fri, Dec 16, 2011 at 08:56, rupert.thurner <ru...@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

Re: write to svn via https and ssh, svn server with one operating system user for ssh access

Posted by Andy Levy <an...@gmail.com>.
On Fri, Dec 16, 2011 at 08:56, rupert.thurner <ru...@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

> 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.serverconfig.svnserve.sshtricks