RE: subversion multisite
From: Bob Archer <Bob.Archer_at_infor.com>
Date: Thu, 30 Apr 2009 11:28:02 -0400
>multisite means every development site will have saperate subversion server and they will >sync to each other every half an hour(lets say) to have the updated copy of source code.
>in your case , are you using single subversion server and all the developmenet sites are using >same subversion servere remotely????
Yes, we use a single svn server. We have no performance issue at all. Svn uses the network very efficiently. Most tasks do not need to contact the server, the main exceptions are update/commit/log. Of course I guess it depends on your use case and also the client that you use.
Of course, if you want have a server at each site you can use svnsync which comes with subversion. The svn book explains how to set it up.
BOb
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.