Re: [CentOS] svnserve with encryption on CentOS

2011-07-17 Thread Les Mikesell
On 7/16/11 1:35 PM, David Mehler wrote: > I've done some more reading/googling and from what i'm seeing high > security isn't doable with svnserve even with sasl, passwords from the > client need to be stored on disk plain, this isn't desirable in my > case. Yes, that's why there is the ssh+svn v

Re: [CentOS] svnserve with encryption on CentOS

2011-07-16 Thread David Mehler
Hello, Thanks again for your reply. I've done some more reading/googling and from what i'm seeing high security isn't doable with svnserve even with sasl, passwords from the client need to be stored on disk plain, this isn't desirable in my case. Do you host a repository via apache? The problem I

Re: [CentOS] svnserve with encryption on CentOS

2011-07-15 Thread Les Mikesell
On 7/15/2011 6:55 PM, David Mehler wrote: > Hello, > > Thanks, and apologies if this is a repeat message. > > I'm not really wanting to do an apache setup for this project. You make it sound like that's a hard thing. It's basically a 'yum install httpd mod_dav_svn' and an edit to /etc/httpd/conf

Re: [CentOS] svnserve with encryption on CentOS

2011-07-15 Thread David Mehler
Hello, Thanks, and apologies if this is a repeat message. I'm not really wanting to do an apache setup for this project. What my structure will be like I think will be /var/svn and under that parent directory repos# where that equals a separate project. I've read that svnserve can hook in to sas

Re: [CentOS] svnserve with encryption on CentOS

2011-07-15 Thread Les Mikesell
On 7/15/2011 9:41 AM, David Mehler wrote: > Hello, > I've got a CentOS box that i'm wanting to set up svnserve on. I've > read much, and am confused. Does svnserve support data encryption and > also restricting users from specific repositories? > > I'm thinking of a single repo structure under /var

[CentOS] svnserve with encryption on CentOS

2011-07-15 Thread David Mehler
Hello, I've got a CentOS box that i'm wanting to set up svnserve on. I've read much, and am confused. Does svnserve support data encryption and also restricting users from specific repositories? I'm thinking of a single repo structure under /var/svn-repos and I've got two users user1 and user2, ea