You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Brian Krusic <br...@krusic.com> on 2006/06/10 16:35:18 UTC

elegant forking examples

Hi,

Does anyone have examples of forking the repositorty so that;

\jobs\foo is in 1 geographically unique location
\jobs\bar is in a another geographically unique location
\jobs\sol is in yet another geographically unique location

This is a sort of manual network load balancing via distrobution across the internet as we have a few international SVN clients needing updates/commits frequently and bandwidth is an issue.

My current setup for this is having svn.site.com, svn2.site.com and svn3.site.com for the locations and having the users go to the appropriate locations when needed.

Or, would it be better to offload the repository to a hosting service where the service level agreement would permit a very fat pipe to the repo server (interms of serveral T1 speeds).  Has any one done this?

Bri-