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

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????
>if this is true they you might have facing lots of performance/effeciency issues???

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

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1996492

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-30 17:31:23 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.