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

Re: automatic deployment or websites

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-05-18 02:53:29 CEST

Jamie <jam5t3r@gmail.com> wrote on 05/17/2006 08:48:34 PM:

> What tools are available for monitoring a repository and updating a
> production server when the repository has changed?

> I'm looking for the most simple solution with the least overhead, I'm
> already worried about the server not being able to handle the load
> but the client does not want to pay for 2 servers.

The easiest thing to do is to use svn checkout to turn your web site into
a normal working copy. Then you just need to run the svn update command
to deploy changes. In most cases, you could just run a process once a
night, or every hour, that runs the svn update command. If there are
updates, they will be pulled down.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 18 02:54:17 2006

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.