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

Re: Automatic updating on a checkin

From: Rainer Sokoll <R.Sokoll_at_intershop.de>
Date: 2006-05-03 15:14:45 CEST

On Wed, May 03, 2006 at 12:47:29PM +0000, Duncan Booth wrote:

> The FAQ has an answer for "I'm managing a website in my repository. How can
> I make the live site automatically update after every commit?", but I want
> to update a working copy on a system which isn't the subversion server.
>
> Does anyone have any suggestions how best to arrange that a checkin to the
> subversion server does an update on another server (or more likely separate
> servers: a development one for the trunk checkins and a live one which
> updates only from a specific branch or tag)?

I would use a post-commit hook that ssh'es into the remote server and
then there calls svn up.
No polling needed, but nearly realtime.

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 3 15:18:13 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.