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

Re: a few nits setting up svn...

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-02-13 02:35:36 CET

Perry E. Metzger wrote:

> Can I do that even if we're using the svn+ssh: access method? I thought
> the daemon mode applied only if you were using the svn: method...
>

That's correct. I'm suggesting that you *don't* use svn+ssh://, because
it's no different than a bunch of users accessing the repository
directly via file:///. Both file:/// and svn+ssh:// setups have the
potential for huge permission headaches.

I'm recommending that nothing ever access the repository but a single
daemon server process: either apache (http://) or svnserve (svn://).
Both servers have the ability to authenticate different users. SSH
isn't required for that.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 13 02:36:46 2004

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.