Re: Commit to repository and send changes somewhere else
From: Ximon Eighteen <ximon.eighteen_at_int.greenpeace.org>
 
Date: 2005-09-26 11:02:37 CEST 
> Is this something that can be done using subversion or by the use of a hook script. My initial research suggests a hook script but all samples, references seem to refer to only sending out an email and not anything else.
 I do this using a hook script and my content on the webserver is a 
 If the webserver is local to the subversion server (e.g. I use 
    cd /path/to/html/content/working/copy
 If however your webserver is another machine you could use SSH to send a 
    ssh user@webserver "cd /path/to/html/working/copy ; svn update"
 You'll probably want to setup automatic login (via .ssh/authorized_keys) 
 Ximon
 ---------------------------------------------------------------------
  | 
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.