7 messages in ru.sysoev.nginxRe: Nginx+WebDav vs SVN
FromSent OnAttachments
Eduardo VelasquesJul 10, 2009 7:20 am 
Michael ShadleJul 10, 2009 8:43 am 
APseudoUtopiaJul 10, 2009 1:15 pm 
Michael ShadleJul 10, 2009 2:30 pm 
merlin coreyJul 10, 2009 3:22 pm 
Michael ShadleJul 10, 2009 4:08 pm 
merlin coreyJul 10, 2009 11:58 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Nginx+WebDav vs SVNActions...
From:Michael Shadle (mike@gmail.com)
Date:Jul 10, 2009 4:08:06 pm
List:ru.sysoev.nginx

it's basically the same method using svn+ssh the way i'm using it (i've used gitosis too, it essentially just manages your authorized_keys file with the right command line stuff)

so this gives the same benefits as gitosis. i wonder if anyone has svnosis out there :)

On Fri, Jul 10, 2009 at 3:22 PM, merlin corey<merl@dc949.org> wrote:

Even better, in my opinion, and long the same vein, is git, which uses a single user account with SSH key access to multiple users/repositories (check out gitosis for a nice management setup using git itself).

On Fri, Jul 10, 2009 at 2:30 PM, Michael Shadle<mike@gmail.com> wrote:

ssh+svn is neat too, you can use ssh keys for auth, and it's encrypted too. only needs a single user account on the svn server too.