[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: Ryan Schmidt <subversion-2006q2_at_ryandesign.com>
Date: 2006-05-03 15:05:57 CEST

On May 3, 2006, at 14:47, 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.

How about a post-commit hook which does this:

/usr/bin/ssh your.remote.host svn up /path/to/working/copy/on/remote/
host

---------------------------------------------------------------------
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:07:25 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.