On Sat, Mar 27, 2010 at 9:53 AM, Benjamin R. Haskell wrote: > if the SF git server were to go down, how is it any different than the SF > CVS server going down? There are multiple git servers, all of which share the load for serving every git request, no matter the project. CVS doesn't play well with shared storage, so there is just one cvs server for a particular project that is active at any one time. This means that there are outages for maintenance, outages for fail-overs, etc., more-so than there'd be with git. ..wayne..