[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svnserve serving svn repos with questions

From: David Mehler <dave.mehler_at_gmail.com>
Date: Sat, 16 Jul 2011 12:46:13 -0400

Hello List,

I'm wanting to set up networked subversion repositories. This is on a
CentOS linux machine, I've got subversion 1.6.8 installed from rpm
package.

Due to the access methods needed by my users svnserve would be the
best option. I've got the directory parent path /var/svn and under
that there's a repos# for each project where number is 1, 2, etc.

I'm wanting to ensure encryption of data while traveling from the
server to the client so am looking in to cyrus-sasl, though not
finding what i'm looking for.

I'm also needing to separate users. For example, user1 has access to
only repos1 while user2 has only access to repos2 but not repos1.
Under their respective repos' each user can commit their own projects
and manage them.

I would have gone with an svn+ssh access, but don't want to give out
system accounts, and none of my user's want their repos visible to an
httpd server so apache is out.

Suggestions welcome for the sasl implementation I will need.
Thanks.
Dave.
Received on 2011-07-16 18:46:53 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.