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

Re: Distributed Subversion

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Thu, 04 Jun 2009 08:03:41 -0500

Modha Khammammettu wrote:
> Thanks for the response.
> All operations of SVN are slow. We have some people who use it across the globe and they have more issues regarding speed.
>
> I am looking for setting up servers in other places have like master slave SVN servers ( don't know if this is a possibility )

It is possible to set up local servers to provide read access and proxy
writes to a master. There is also this:
http://search.cpan.org/~clkao/Pushmi/lib/Pushmi.pm which doesn't seem to
get much press so it's hard to tell how well it would work.

On the other hand, most places get by with access to a single server
over the internet or VPN. The initial checkout will be slow if you do
not have much bandwidth but most other operations are handled
efficiently. It might help to use svn:: protocol. There are some subtle
issues with authentication, reverse dns, and ident lookups that can add
time to http or ssh connections in some situations. And make sure the
central server site has sufficient bandwidth and vpn capacity for the
likely traffic - or move the server to your best-connected location.

-- 
   Les Mikesell
    lesmikesell_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2359423
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-04 15:05:41 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.