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

Re: How to choose between svn & http?

From: David Weintraub <qazwart_at_gmail.com>
Date: Fri, 9 Jul 2010 00:16:22 -0500

On Thu, Jul 8, 2010 at 7:15 AM, STF SVN <lapsap7+svn_at_gmail.com> wrote:
>     As we have two protocoles, svn and http, available for
> subversion, I'd like to know if there's any performance comparison
> study on both of them to let us choose the most appropriate one.
> Anyone has any related article on that?

Are you setting up a Subversion repository and don't know whether you
should use HTTP or SVN, or does your repository allow you to access
your Subversion repository both ways, and you want to know which to
use.

SVN is usually quicker than HTTP, but HTTP is more flexible to setup.
For example, you can use an LDAP server for loggin on if you're using
HTTP, but it's much more difficult to do with SVN. HTTP is also less
likely to be blocked by routers.

See the on line Subversion manual <http://bit.ly/9qKOxd> for a full discussion.

-- 
David Weintraub
qazwart_at_gmail.com
Received on 2010-07-09 07:17:49 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.