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

Re: Performance Tips?

From: Tino Schwarze <subversion.lists_at_tisc.de>
Date: Tue, 11 May 2010 10:55:55 +0200

Hi Brendan,

On Wed, May 05, 2010 at 09:46:10AM -0400, Brendan Farr-Gaynor wrote:

> Thanks for your response! Running local copies of the environment
> doesn't seem practical in this case, my guys are working on 10+
> projects at a time all of which can be in different states and which
> need many different modules in place via apache and php which would
> take forever to setup and even support across multiple workstations.

Well, that's exactly what SVN is very useful for - just check in apache
configs as part of the project, each config nicely contained in a
pre-configured <VirtualHost>, like this:

Listen 127.0.0.1:8001
<VirtualHost 127.0.0.1:8001>

  ServerName Project1
  ...
</VirtualHost>

Then the next project has
Listen 127.0.0.1:8002
<VirtualHost 127.0.0.1:8002>

  ServerName Project2
  ...
</VirtualHost>

> Not having to worry about client machine consistency keeps things sane
> (in my opinion). When the commits are fast, the central model works
> well, I'm just trying to figure out a way to keep them fast.

To me it feels like getting along a little longer before things finally
break for one reason or another.
<Prediction>Sooner or later you'll have to switch anyway.</Prediction>

HTH,

Tino.

-- 
"What we nourish flourishes." - "Was wir nähren erblüht."
www.lichtkreis-chemnitz.de
www.tisc.de
Received on 2010-05-11 10:56:28 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.