On Thu, Jul 8, 2010 at 7:15 AM, STF SVN <lapsap7+...@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 qazw...@gmail.com